mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 05:25:43 +00:00
Update Seafile to 2.3.1 (128)
This commit is contained in:
parent
4585514c42
commit
50f2cfa802
1 changed files with 20 additions and 2 deletions
|
|
@ -1257,7 +1257,25 @@ Builds:
|
|||
build.gradle
|
||||
build: mvn install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 128
|
||||
commit: 49ed5aef7b7924afbbf3818d8bb8a33b49583300
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y maven
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- android-vcard@android-vcard-1.4
|
||||
prebuild:
|
||||
- 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.0
|
||||
CurrentVersionCode: 126
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 128
|
||||
|
|
|
|||
Loading…
Reference in a new issue