Browse Source
Android: bump versionCode
we should do that on every release.
Issue #1185
master
Alexander Epaneshnikov
3 years ago
No account linked to committer's email address
|
|
@@ -70,7 +70,7 @@ android { |
|
|
|
defaultConfig { |
|
|
|
minSdkVersion 14 |
|
|
|
targetSdkVersion 26 |
|
|
|
versionCode 20 |
|
|
|
versionCode 22 |
|
|
|
versionName "1.52-dev" |
|
|
|
} |
|
|
|
|