mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update PlainApp to 1.1.6 (80)
This commit is contained in:
parent
a3cbe73a63
commit
521867e873
1 changed files with 47 additions and 2 deletions
|
|
@ -591,6 +591,51 @@ Builds:
|
|||
- noSplits
|
||||
- abiFilters=x86_64
|
||||
|
||||
- versionName: 1.1.6
|
||||
versionCode: 78
|
||||
commit: f1f8b4528bbee9c4de72624c8bf0d458b4af380b
|
||||
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.6
|
||||
versionCode: 79
|
||||
commit: f1f8b4528bbee9c4de72624c8bf0d458b4af380b
|
||||
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.6
|
||||
versionCode: 80
|
||||
commit: f1f8b4528bbee9c4de72624c8bf0d458b4af380b
|
||||
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:
|
||||
|
|
@ -598,5 +643,5 @@ VercodeOperation:
|
|||
- '%c - 1'
|
||||
- '%c - 0'
|
||||
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 1.1.4
|
||||
CurrentVersionCode: 76
|
||||
CurrentVersion: 1.1.6
|
||||
CurrentVersionCode: 80
|
||||
|
|
|
|||
Loading…
Reference in a new issue