Update Fedilab to 3.1.0 (402)

This commit is contained in:
F-Droid checkupdates bot 2022-08-03 05:23:33 +00:00
parent 2103c11d9e
commit a6f220ecda

View file

@ -77,7 +77,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.1.0
versionCode: 402
commit: a8617342c3e24fe58c064142cf55cbe4da8f4ce6
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.0.10
CurrentVersionCode: 400
CurrentVersion: 3.1.0
CurrentVersionCode: 402