diff --git a/lib/build.gradle b/lib/build.gradle index 755b744..b79f8d4 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -5,9 +5,6 @@ plugins { id 'maven-publish' } -group 'com.metaplex' -version '1.0' - android { compileSdk 31 @@ -49,6 +46,10 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } +//region PUBLISHING +group 'com.metaplex' +version android.defaultConfig.versionName + publishing { publications { mavenJava(MavenPublication) { @@ -90,4 +91,5 @@ publishing { } } } -} \ No newline at end of file +} +//endregion \ No newline at end of file