Browse Source

Set the APK version information via gradle.

master
Reece H. Dunn 9 years ago
parent
commit
43c0f536b3
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      android/build.gradle

+ 2
- 0
android/build.gradle View File

@@ -24,6 +24,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 20
versionName "1.48.15"
}

sourceSets {

Loading…
Cancel
Save