Bump build version for upload to Play store
This commit is contained in:
parent
8349f2fec1
commit
054cdd2580
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
|
||||||
apply plugin: 'kotlin-android-extensions'
|
apply plugin: 'kotlin-android-extensions'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 30
|
||||||
buildToolsVersion "29.0.3"
|
buildToolsVersion "29.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "es.eoinrul.ecwt"
|
applicationId "es.eoinrul.ecwt"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 29
|
targetSdkVersion 30
|
||||||
versionCode 44
|
versionCode 44
|
||||||
versionName "4.4"
|
versionName "4.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue