Seafile: disable 2.2.17 (92)

This commit is contained in:
relan 2019-08-09 20:37:32 +03:00
parent 01c46db49e
commit 13a837b1dd

View file

@ -886,6 +886,8 @@ Builds:
- versionName: 2.2.17
versionCode: 92
disable: "Unexpected version/version code in output; APK: '2.2.16' / '91', Expected:\
\ '2.2.17' / '92'"
commit: 2.2.17
subdir: app
gradle:
@ -897,7 +899,7 @@ Builds:
prebuild:
- find $$android-vcard$$ -name '*.jar' -delete
- sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle
- sed -i -e 's/implementation fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/'
- sed -i -e 's/implementation fileTree.*/implementation "com.googlecode.android-vcard:android-vcard:1.4"/'
build.gradle
build: $$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true