mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 05:25:43 +00:00
Update PlainApp to 1.1.20 (122)
This commit is contained in:
parent
dbace7e4c3
commit
7aa6844491
1 changed files with 47 additions and 2 deletions
|
|
@ -996,6 +996,51 @@ Builds:
|
|||
- noSplits
|
||||
- abiFilters=x86_64
|
||||
|
||||
- versionName: 1.1.20
|
||||
versionCode: 120
|
||||
commit: a36e4e1e782cb5ca34446bff51fc305ec8c6772d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- abiFilters=armeabi-v7a
|
||||
|
||||
- versionName: 1.1.20
|
||||
versionCode: 121
|
||||
commit: a36e4e1e782cb5ca34446bff51fc305ec8c6772d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- abiFilters=arm64-v8a
|
||||
|
||||
- versionName: 1.1.20
|
||||
versionCode: 122
|
||||
commit: a36e4e1e782cb5ca34446bff51fc305ec8c6772d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- abiFilters=x86_64
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
VercodeOperation:
|
||||
|
|
@ -1003,5 +1048,5 @@ VercodeOperation:
|
|||
- '%c - 1'
|
||||
- '%c - 0'
|
||||
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 1.1.19
|
||||
CurrentVersionCode: 119
|
||||
CurrentVersion: 1.1.20
|
||||
CurrentVersionCode: 122
|
||||
|
|
|
|||
Loading…
Reference in a new issue