Browse Source

Version Bump up

master
kj1352 4 years ago
parent
commit
932e5d6327
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      android/app/build.gradle

+ 2
- 2
android/app/build.gradle View File

@@ -6,8 +6,8 @@ android {
applicationId "com.app.pbks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {


Loading…
Cancel
Save