Skip to content

Commit ef47067

Browse files
authored
Merge pull request #73 from pokepay/version/2.0.15
Update version to 2.0.15
2 parents d5f14af + deef959 commit ef47067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pokepaylib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdkVersion 26
1717
targetSdkVersion 32
1818
versionCode 0
19-
versionName "2.0.14"
19+
versionName "2.0.15"
2020

2121
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2222

@@ -66,7 +66,7 @@ uploadArchives {
6666
repositories {
6767
mavenDeployer {
6868
repository url: "file://${repo.absolutePath}"
69-
pom.version = '2.0.14' // version
69+
pom.version = '2.0.15' // version
7070
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
7171

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

0 commit comments

Comments
 (0)