We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce764b4 + 7484fb4 commit 0ecd92eCopy full SHA for 0ecd92e
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "io.pslab"
9
minSdkVersion rootProject.ext.minSdkVersion
10
targetSdkVersion rootProject.ext.targetSdkVersion
11
- versionCode 8
12
- versionName "2.0.7"
+ versionCode 9
+ versionName "2.0.8"
13
multiDexEnabled true
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
}
0 commit comments