From 4df0f1e891954af64d2e86cc5b48bc402ce2b605 Mon Sep 17 00:00:00 2001 From: nain <126972030+nain-F49FF806@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:25:39 +0000 Subject: [PATCH] Disable custom signing config --- app/build.gradle.kts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7835002..c1a1470 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,7 +14,7 @@ android { defaultConfig { minSdk = rootProject.extra["minSdkVersion"] as Int targetSdk = rootProject.extra["targetSdkVersion"] as Int - versionCode = 1727862000 + versionCode = 1727864000 versionName = "2024.10.02" applicationId = "alt.nainapps.aer" vectorDrawables { @@ -48,7 +48,10 @@ android { } buildTypes { - val useAnemoConfig = rootProject.ext.get("keyStoreFile") != null && (rootProject.ext.get("keyStoreFile") as File).exists() + // Disable this for now. We focus on F-droid builds + // which have their own signing system. + // val useAnemoConfig = rootProject.ext.get("keyStoreFile") != null && (rootProject.ext.get("keyStoreFile") as File).exists() + val useAnemoConfig = false getByName("release") { isMinifyEnabled = true