mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
Update Geto to 1.14 (14)
This commit is contained in:
parent
0e2b048c7c
commit
a56541792d
1 changed files with 21 additions and 2 deletions
|
|
@ -135,9 +135,28 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- build-logic/convention/build
|
- build-logic/convention/build
|
||||||
|
|
||||||
|
- versionName: '1.14'
|
||||||
|
versionCode: 14
|
||||||
|
commit: 3c7ec7964529b5b9d8d4b5e0778e050afdd24085
|
||||||
|
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
|
AllowedAPKSigningKeys: 94a9d87cc8f0c33191a233ac74ed5c9e4e1afd556a9d916ac533bc50083a8dff
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v\d+(\.\d+)?$
|
UpdateCheckMode: Tags ^v\d+(\.\d+)?$
|
||||||
CurrentVersion: '1.13'
|
CurrentVersion: '1.14'
|
||||||
CurrentVersionCode: 13
|
CurrentVersionCode: 14
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue