Update Geto to 1.12

This commit is contained in:
Jack Eblan 2024-01-20 14:46:10 +00:00 committed by linsui
parent 2b1f9568fa
commit 7f265ecded

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-fdroid-release.apk
Binaries: https://github.com/JackEblan/Geto/releases/download/v%v/geto-fdroid-v%v.apk
Builds:
- versionName: '1.3'
@ -23,7 +23,6 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/JackEblan/Geto/releases/download/v%v/app-release.apk
scandelete:
- build-logic/convention/build
@ -37,7 +36,6 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/JackEblan/Geto/releases/download/v%v/app-release.apk
scandelete:
- build-logic/convention/build
@ -51,7 +49,6 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/JackEblan/Geto/releases/download/v%v/app-release.apk
scandelete:
- build-logic/convention/build
@ -65,7 +62,6 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/JackEblan/Geto/releases/download/v%v/app-release.apk
scandelete:
- build-logic/convention/build
@ -79,7 +75,6 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/JackEblan/Geto/releases/download/v%v/app-release.apk
scandelete:
- build-logic/convention/build
@ -102,9 +97,28 @@ Builds:
scandelete:
- build-logic/convention/build
- versionName: '1.12'
versionCode: 12
commit: 637a8a5c94a5fc8fbb009720f9991f6a38c168a0
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.11'
CurrentVersionCode: 11
CurrentVersion: '1.12'
CurrentVersionCode: 12