mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update PlainApp to 2.1.0 (382)
This commit is contained in:
parent
ab1b73463c
commit
14cb6fa279
1 changed files with 35 additions and 2 deletions
|
|
@ -3117,6 +3117,39 @@ Builds:
|
|||
gradleprops:
|
||||
- abiFilters=x86_64
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 380
|
||||
commit: b3e028d2fd7561bc9b8624db0ce61e5a72708390
|
||||
subdir: app
|
||||
gradle:
|
||||
- github
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||
-e '/media3.cast/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- abiFilters=armeabi-v7a
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 381
|
||||
commit: b3e028d2fd7561bc9b8624db0ce61e5a72708390
|
||||
subdir: app
|
||||
gradle:
|
||||
- github
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||
-e '/media3.cast/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- abiFilters=arm64-v8a
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 382
|
||||
commit: b3e028d2fd7561bc9b8624db0ce61e5a72708390
|
||||
subdir: app
|
||||
gradle:
|
||||
- github
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||
-e '/media3.cast/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- abiFilters=x86_64
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
VercodeOperation:
|
||||
|
|
@ -3124,5 +3157,5 @@ VercodeOperation:
|
|||
- '%c - 1'
|
||||
- '%c - 0'
|
||||
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 2.0.15
|
||||
CurrentVersionCode: 379
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 382
|
||||
|
|
|
|||
Loading…
Reference in a new issue