We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0edc4f commit e5121b8Copy full SHA for e5121b8
1 file changed
android/app/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "io.ionic.pg.ng.cap"
7
minSdkVersion rootProject.ext.minSdkVersion
8
targetSdkVersion rootProject.ext.targetSdkVersion
9
- versionCode 1
10
- versionName "1.0"
+ versionCode 2
+ versionName "2.0"
11
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
0 commit comments