Update Taler Wallet to 0.9.4+p1 (384)

This commit is contained in:
F-Droid checkupdates bot 2024-02-28 13:52:45 +00:00
parent b275255407
commit fb06b9c725

View file

@ -205,6 +205,66 @@ Builds:
gradleprops:
- splitApk
- versionName: 0.9.4+p1
versionCode: 381
commit: dced4160a0faf2a7bb666da97f9ad016fb934619
subdir: wallet
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"armeabi-v7a"/' build.gradle
gradleprops:
- splitApk
- versionName: 0.9.4+p1
versionCode: 382
commit: dced4160a0faf2a7bb666da97f9ad016fb934619
subdir: wallet
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"arm64-v8a"/' build.gradle
gradleprops:
- splitApk
- versionName: 0.9.4+p1
versionCode: 383
commit: dced4160a0faf2a7bb666da97f9ad016fb934619
subdir: wallet
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"x86"/' build.gradle
gradleprops:
- splitApk
- versionName: 0.9.4+p1
versionCode: 384
commit: dced4160a0faf2a7bb666da97f9ad016fb934619
subdir: wallet
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"x86_64"/' build.gradle
gradleprops:
- splitApk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^wallet-v?[0-9.]+(|\+.*)$
VercodeOperation:
@ -213,5 +273,5 @@ VercodeOperation:
- 10 * %c + 3
- 10 * %c + 4
UpdateCheckData: wallet/build.gradle|versionCode (\d+)|.|versionName "(.+)"
CurrentVersion: 0.9.4
CurrentVersionCode: 374
CurrentVersion: 0.9.4+p1
CurrentVersionCode: 384