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