mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 21:34:53 +00:00
Update PlainApp to 1.2.5 (146)
This commit is contained in:
parent
c725235110
commit
ab28fca3eb
1 changed files with 47 additions and 2 deletions
|
|
@ -1131,6 +1131,51 @@ Builds:
|
|||
- noSplits
|
||||
- abiFilters=x86_64
|
||||
|
||||
- versionName: 1.2.5
|
||||
versionCode: 144
|
||||
commit: 8f0bf28b05e84662c8e4930c5f7e23f921de7bc5
|
||||
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.2.5
|
||||
versionCode: 145
|
||||
commit: 8f0bf28b05e84662c8e4930c5f7e23f921de7bc5
|
||||
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.2.5
|
||||
versionCode: 146
|
||||
commit: 8f0bf28b05e84662c8e4930c5f7e23f921de7bc5
|
||||
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:
|
||||
|
|
@ -1138,5 +1183,5 @@ VercodeOperation:
|
|||
- '%c - 1'
|
||||
- '%c - 0'
|
||||
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 1.2.4
|
||||
CurrentVersionCode: 143
|
||||
CurrentVersion: 1.2.5
|
||||
CurrentVersionCode: 146
|
||||
|
|
|
|||
Loading…
Reference in a new issue