From a5b85c296a8f3b87f3a74503e8e837d7c6798606 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 10 Aug 2022 15:17:56 +0300 Subject: [PATCH] Update version --- app/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 61a46bf01..c7065c93a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {