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 ca3b4c8 commit 2bd8452Copy full SHA for 2bd8452
app/build.gradle
@@ -13,8 +13,8 @@ android {
13
applicationId "io.pslab"
14
minSdkVersion rootProject.ext.minSdkVersion
15
targetSdkVersion rootProject.ext.targetSdkVersion
16
- versionCode 18
17
- versionName "2.0.17"
+ versionCode 19
+ versionName "2.0.18"
18
multiDexEnabled true
19
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
20
}
0 commit comments