Skip to content

Commit 2bd8452

Browse files
authored
chore: upgrade app version (#1932)
1 parent ca3b4c8 commit 2bd8452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "io.pslab"
1414
minSdkVersion rootProject.ext.minSdkVersion
1515
targetSdkVersion rootProject.ext.targetSdkVersion
16-
versionCode 18
17-
versionName "2.0.17"
16+
versionCode 19
17+
versionName "2.0.18"
1818
multiDexEnabled true
1919
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)