From 12fcc0bfa8b5fe74b87f74df9fffb890a7ab3c44 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 26 Jan 2024 04:11:04 +0000 Subject: [PATCH] Update Geto to 1.13 (13) --- metadata/com.android.geto.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/metadata/com.android.geto.yml b/metadata/com.android.geto.yml index 12518c51c9..0433105f99 100644 --- a/metadata/com.android.geto.yml +++ b/metadata/com.android.geto.yml @@ -116,9 +116,28 @@ Builds: scandelete: - build-logic/convention/build + - versionName: '1.13' + versionCode: 13 + commit: 6b0cacfdb93ffca265916b9c57fe300ec176c6bd + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + rm: + - build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt + prebuild: + - sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml + - sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase") + {/,/}/d' ../build-logic/convention/build.gradle.kts + scandelete: + - build-logic/convention/build + AllowedAPKSigningKeys: 94a9d87cc8f0c33191a233ac74ed5c9e4e1afd556a9d916ac533bc50083a8dff AutoUpdateMode: Version UpdateCheckMode: Tags ^v\d+(\.\d+)?$ -CurrentVersion: '1.12' -CurrentVersionCode: 12 +CurrentVersion: '1.13' +CurrentVersionCode: 13