This website works better with JavaScript.
Home
Explore
Help
Sign In
hemant.khadase
/
BajajFDLib
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
gradle change
Manoj
2 years ago
parent
9a17325a95
commit
764140230d
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
app/build.gradle
+ 10
- 0
app/build.gradle
View File
@ -5,6 +5,16 @@ plugins {
id
'maven-publish'
}
publishing
{
publications
{
mavenJava
(
MavenPublication
)
{
groupId
=
'git.nivesh.com.Manoj.Singh'
artifactId
=
'library'
version
=
'1.0'
}
}
}
android
{
namespace
'com.nivesh.production.bajajfd'
compileSdk
33
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.