Browse Source

gradle change

Manoj 2 years ago
parent
commit
764140230d
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      app/build.gradle

+ 10
- 0
app/build.gradle View File

@ -5,6 +5,16 @@ plugins {
id 'maven-publish' id 'maven-publish'
} }
publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'git.nivesh.com.Manoj.Singh'
artifactId = 'library'
version = '1.0'
}
}
}
android { android {
namespace 'com.nivesh.production.bajajfd' namespace 'com.nivesh.production.bajajfd'
compileSdk 33 compileSdk 33


Loading…
Cancel
Save

Powered by TurnKey Linux.