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 c9470d1 commit 948a284Copy full SHA for 948a284
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "io.pslab"
9
minSdkVersion rootProject.ext.minSdkVersion
10
targetSdkVersion rootProject.ext.targetSdkVersion
11
- versionCode 6
12
- versionName "2.0.5"
+ versionCode 7
+ versionName "2.0.6"
13
multiDexEnabled true
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
}
0 commit comments