Update version

This commit is contained in:
Koitharu
2022-08-10 15:17:56 +03:00
parent 2d453bb553
commit a5b85c296a

View File

@@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 32
versionCode 421
versionName '3.4.9'
versionCode 490
versionName '4.0-a1'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -29,10 +29,6 @@ android {
// define this values in your local.properties file
buildConfigField 'String', 'SHIKIMORI_CLIENT_ID', "\"${localProperty('shikimori.clientId')}\""
buildConfigField 'String', 'SHIKIMORI_CLIENT_SECRET', "\"${localProperty('shikimori.clientSecret')}\""
if (currentBranch().startsWith("feature/nextgen")) {
applicationIdSuffix = '.next'
}
}
buildTypes {
debug {