|
@ -15,6 +15,19 @@ publishing { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
afterEvaluate { |
|
|
|
|
|
publishing { |
|
|
|
|
|
publications{ |
|
|
|
|
|
release(MavenPublication) { |
|
|
|
|
|
// from components.release |
|
|
|
|
|
groupId = 'com.nivesh.production.bajajfd.Manoj.Singh' |
|
|
|
|
|
artifactId = 'LibPubMain' |
|
|
|
|
|
version = '1.0' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
android { |
|
|
android { |
|
|
namespace 'com.nivesh.production.bajajfd' |
|
|
namespace 'com.nivesh.production.bajajfd' |
|
|
compileSdk 33 |
|
|
compileSdk 33 |
|
|