We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf2709 commit 6ab3a86Copy full SHA for 6ab3a86
1 file changed
demo/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.desmond.demo"
9
minSdkVersion rootProject.ext.minSdkVersion
10
targetSdkVersion rootProject.ext.targetSdkVersion
11
- versionCode 2
12
- versionName "1.1"
+ versionCode 3
+ versionName "1.2"
13
}
14
buildTypes {
15
release {
0 commit comments