mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update App: com.android.geto
This commit is contained in:
parent
c8e520180f
commit
4bc696d75d
1 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue