We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98f39a commit 0d41cccCopy full SHA for 0d41ccc
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