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 9791d5c commit f3e6056Copy full SHA for f3e6056
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "io.pslab"
9
minSdkVersion rootProject.ext.minSdkVersion
10
targetSdkVersion rootProject.ext.targetSdkVersion
11
- versionCode 16
12
- versionName "2.0.15"
+ versionCode 17
+ versionName "2.0.16"
13
multiDexEnabled true
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
}
0 commit comments