Browse Source

Android: bump versionCode

we should do that on every release.

Issue #1185
master
Alexander Epaneshnikov 3 years ago
parent
commit
e65278d788
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 26
versionCode 20
versionCode 22
versionName "1.52-dev" versionName "1.52-dev"
} }



Loading…
Cancel
Save