Skip to content

Commit

Permalink
update version to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRidh committed Oct 6, 2023
1 parent 66676ce commit bbfaf11
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.8"
versionName "2.0.9"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down Expand Up @@ -65,7 +65,7 @@ uploadArchives {
repositories {
mavenDeployer {
repository url: "file://${repo.absolutePath}"
pom.version = '2.0.8' // version
pom.version = '2.0.9' // 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 bbfaf11

Please sign in to comment.