mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update PlainApp to 1.2.26 (211)
This commit is contained in:
parent
567ea1a696
commit
005607b546
1 changed files with 50 additions and 2 deletions
|
|
@ -1704,6 +1704,54 @@ Builds:
|
||||||
- noSplits
|
- noSplits
|
||||||
- abiFilters=x86_64
|
- abiFilters=x86_64
|
||||||
|
|
||||||
|
- versionName: 1.2.26
|
||||||
|
versionCode: 209
|
||||||
|
commit: f10d60ca5bb4ccb20d4214441737a066976ea01d
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- free
|
||||||
|
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||||
|
{..,.}/build.gradle.kts
|
||||||
|
gradleprops:
|
||||||
|
- noSplits
|
||||||
|
- abiFilters=armeabi-v7a
|
||||||
|
|
||||||
|
- versionName: 1.2.26
|
||||||
|
versionCode: 210
|
||||||
|
commit: f10d60ca5bb4ccb20d4214441737a066976ea01d
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- free
|
||||||
|
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||||
|
{..,.}/build.gradle.kts
|
||||||
|
gradleprops:
|
||||||
|
- noSplits
|
||||||
|
- abiFilters=arm64-v8a
|
||||||
|
|
||||||
|
- versionName: 1.2.26
|
||||||
|
versionCode: 211
|
||||||
|
commit: f10d60ca5bb4ccb20d4214441737a066976ea01d
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- free
|
||||||
|
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||||
|
{..,.}/build.gradle.kts
|
||||||
|
gradleprops:
|
||||||
|
- noSplits
|
||||||
|
- abiFilters=x86_64
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -1711,5 +1759,5 @@ VercodeOperation:
|
||||||
- '%c - 1'
|
- '%c - 1'
|
||||||
- '%c - 0'
|
- '%c - 0'
|
||||||
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
||||||
CurrentVersion: 1.2.25
|
CurrentVersion: 1.2.26
|
||||||
CurrentVersionCode: 208
|
CurrentVersionCode: 211
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue