Update Fedilab to 3.2.0 (405)

This commit is contained in:
F-Droid checkupdates bot 2022-09-11 05:25:00 +00:00
parent 9792fccafe
commit e4ab471c6e

View file

@ -92,7 +92,22 @@ Builds:
- sed -i -e '/playstoreImplementation/d' -e '/dl.bintray.com/d' -e 's/com.github.pengfeizhou.android.animation:glide-plugin:0.2.16/com.github.penfeizhou.APNG4Android:glide-plugin:0.2.8/'
build.gradle
- versionName: 3.2.0
versionCode: 405
commit: 9a929c2296be8943a034cda6e6096f47085644ab
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
prebuild:
- sed -i -e '/jcenter()/a\ google()' ../build.gradle
- sed -i -e '/playstoreImplementation/d' -e '/dl.bintray.com/d' -e 's/com.github.pengfeizhou.android.animation:glide-plugin:0.2.16/com.github.penfeizhou.APNG4Android:glide-plugin:0.2.8/'
build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 3.1.0
CurrentVersionCode: 402
CurrentVersion: 3.2.0
CurrentVersionCode: 405