Update App: com.android.geto

This commit is contained in:
Jack Eblan 2024-01-19 09:20:17 +00:00 committed by Licaon_Kter
parent c8e520180f
commit 4bc696d75d

View file

@ -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