Browse Source

gradle publish change

master 1.7
Manoj 2 years ago
parent
commit
eccbd27e3f
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      app/build.gradle

+ 13
- 0
app/build.gradle View File

@ -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 {
namespace 'com.nivesh.production.bajajfd'
compileSdk 33


Loading…
Cancel
Save

Powered by TurnKey Linux.