Update Seafile to 3.0.0 (150)

This commit is contained in:
F-Droid checkupdates bot 2024-05-02 08:20:17 +00:00
parent 88a488d13a
commit 703b456cb7

View file

@ -1321,7 +1321,28 @@ Builds:
build.gradle
build: mvn install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
- versionName: 3.0.0
versionCode: 150
commit: 2f710e284b07dcef09c5f093aff254da348cfdbd
subdir: app
sudo:
- apt-get update
- apt-get install -y maven
gradle:
- yes
srclibs:
- android-vcard@android-vcard-1.4
prebuild:
- echo -e "android.useAndroidX=true" > ../gradle.properties
- echo -e "\norg.gradle.jvmargs=-Xms4g -Xmx16g -XX:MaxPermSize=16g -XX:-UseGCOverheadLimit"
>> ../gradle.properties
- find $$android-vcard$$ -name '*.jar' -delete
- sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle
- sed -i -e 's/implementation fileTree.*/implementation "com.googlecode.android-vcard:android-vcard:1.4"/'
build.gradle
build: mvn install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.3.6
CurrentVersionCode: 139
CurrentVersion: 3.0.0
CurrentVersionCode: 150