mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update WallFlow to 2.4.3 (2004)
This commit is contained in:
parent
3755fe269a
commit
3a6cce3126
1 changed files with 62 additions and 2 deletions
|
|
@ -615,6 +615,66 @@ Builds:
|
|||
- fdroid
|
||||
- abi=arm64-v8a
|
||||
|
||||
- versionName: 2.4.3
|
||||
versionCode: 2001
|
||||
commit: caec57d8fdd94aa00abd851698b9784583c7e673
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
gradle:
|
||||
- plus
|
||||
binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-x86-release-signed.apk
|
||||
gradleprops:
|
||||
- fdroid
|
||||
- abi=x86
|
||||
|
||||
- versionName: 2.4.3
|
||||
versionCode: 2002
|
||||
commit: caec57d8fdd94aa00abd851698b9784583c7e673
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
gradle:
|
||||
- plus
|
||||
binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-x86_64-release-signed.apk
|
||||
gradleprops:
|
||||
- fdroid
|
||||
- abi=x86_64
|
||||
|
||||
- versionName: 2.4.3
|
||||
versionCode: 2003
|
||||
commit: caec57d8fdd94aa00abd851698b9784583c7e673
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
gradle:
|
||||
- plus
|
||||
binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-armeabi-v7a-release-signed.apk
|
||||
gradleprops:
|
||||
- fdroid
|
||||
- abi=armeabi-v7a
|
||||
|
||||
- versionName: 2.4.3
|
||||
versionCode: 2004
|
||||
commit: caec57d8fdd94aa00abd851698b9784583c7e673
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
gradle:
|
||||
- plus
|
||||
binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-arm64-v8a-release-signed.apk
|
||||
gradleprops:
|
||||
- fdroid
|
||||
- abi=arm64-v8a
|
||||
|
||||
AllowedAPKSigningKeys: 1546a9c1ffa4482504fa41c8b4d66ebaa387b96bd87cea2a148133876ed87dd4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -624,5 +684,5 @@ VercodeOperation:
|
|||
- '%c * 100 + 2'
|
||||
- '%c * 100 + 3'
|
||||
- '%c * 100 + 4'
|
||||
CurrentVersion: 2.4.2
|
||||
CurrentVersionCode: 1904
|
||||
CurrentVersion: 2.4.3
|
||||
CurrentVersionCode: 2004
|
||||
|
|
|
|||
Loading…
Reference in a new issue