mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Geto to 1.13 (13)
This commit is contained in:
parent
d5270622d2
commit
12fcc0bfa8
1 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue