From d9f4536725734b9bcf1aad1ef1206146c876c5e1 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 31 Jul 2024 10:50:34 +0700 Subject: [PATCH] chore: Bump versionCode for beta --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b8f0f57253..36d30ca0e4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -54,7 +54,7 @@ val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") android { defaultConfig { applicationId = "eu.kanade.tachiyomi" - versionCode = 139 + versionCode = 140 versionName = _versionName testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true