We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a2e83 commit 8d06626Copy full SHA for 8d06626
app/build.gradle
@@ -13,8 +13,8 @@ android {
13
applicationId "io.pslab"
14
minSdkVersion rootProject.ext.minSdkVersion
15
targetSdkVersion rootProject.ext.targetSdkVersion
16
- versionCode 19
17
- versionName "2.0.18"
+ versionCode 20
+ versionName "2.0.19"
18
multiDexEnabled true
19
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
20
}
0 commit comments