Skip to content

Commit

Permalink
Merge pull request #73 from pokepay/version/2.0.15
Browse files Browse the repository at this point in the history
Update version to 2.0.15
  • Loading branch information
DanRidh authored Jul 29, 2024
2 parents d5f14af + deef959 commit ef47067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokepaylib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 26
targetSdkVersion 32
versionCode 0
versionName "2.0.14"
versionName "2.0.15"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down Expand Up @@ -66,7 +66,7 @@ uploadArchives {
repositories {
mavenDeployer {
repository url: "file://${repo.absolutePath}"
pom.version = '2.0.14' // version
pom.version = '2.0.15' // version
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

repository(url: "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/") {
Expand Down

0 comments on commit ef47067

Please sign in to comment.