We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cfa8a commit b7b7b2dCopy full SHA for b7b7b2d
1 file changed
app/build.gradle
@@ -23,8 +23,8 @@ android {
23
applicationId "com.xm.vbrowser.app"
24
minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION)
25
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)
26
- versionCode 1
27
- versionName "1.0"
+ versionCode 2
+ versionName "1.1"
28
29
30
// Specifies the ABI configurations of your native
0 commit comments