From 4bc696d75df0ce5ce7b3ba01742018b0ec26b05c Mon Sep 17 00:00:00 2001 From: Jack Eblan Date: Fri, 19 Jan 2024 09:20:17 +0000 Subject: [PATCH] Update App: com.android.geto --- metadata/com.android.geto.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/metadata/com.android.geto.yml b/metadata/com.android.geto.yml index 429a6ae7e8..5e1569a226 100644 --- a/metadata/com.android.geto.yml +++ b/metadata/com.android.geto.yml @@ -10,7 +10,7 @@ AutoName: Geto RepoType: git Repo: https://github.com/JackEblan/Geto.git -Binaries: https://github.com/JackEblan/Geto/releases/download/v%v/app-release.apk +Binaries: https://github.com/JackEblan/Geto/releases/download/v%v/app-fdroid-release.apk Builds: - versionName: '1.3' @@ -78,10 +78,9 @@ Builds: scandelete: - build-logic/convention/build - - versionName: '1.10' - versionCode: 10 - disable: https://github.com/JackEblan/Geto/issues/13 - commit: 548b4ce1e1f1c6d984f44af669c11f76099ff270 + - versionName: '1.11' + versionCode: 11 + commit: 0b8c74346b426d41d6bcfed2d8ff358d4da1db86 subdir: app sudo: - apt-get update @@ -92,8 +91,9 @@ Builds: rm: - build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt prebuild: - - sed -i -e '/firebase/d' ../build.gradle.kts ../gradle/libs.versions.toml - - sed -i -e '/crashlytics/d' -e '/androidFirebase/,/^ }/d' ../build-logic/convention/build.gradle.kts + - 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 @@ -101,5 +101,5 @@ AllowedAPKSigningKeys: 94a9d87cc8f0c33191a233ac74ed5c9e4e1afd556a9d916ac533bc500 AutoUpdateMode: Version UpdateCheckMode: Tags ^v\d+(\.\d+)?$ -CurrentVersion: '1.10' -CurrentVersionCode: 10 +CurrentVersion: '1.11' +CurrentVersionCode: 11