update version code

This commit is contained in:
LagradOst 2023-01-28 22:38:55 +00:00 committed by GitHub
parent 3c82548c20
commit 2771dcb612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 56
versionName = "3.5.0"
versionCode = 57
versionName = "4.0.0"
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
@ -253,4 +253,4 @@ tasks.withType<DokkaTask>().configureEach {
}
}
}
}
}