Skip to content

Commit

Permalink
release 1.1.0 / Barely Malt Syrup (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Jul 12, 2022
1 parent 8556d5d commit fc168a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ plugins {
id 'maven-publish'
}

group 'com.metaplex'
version '1.0'

android {
compileSdk 31

Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -90,4 +91,5 @@ publishing {
}
}
}
}
}
//endregion

0 comments on commit fc168a6

Please sign in to comment.