Update Öffi to 11.0.1 (661)

With major version 11, these changes affect the F-Droid build:

- Öffi has updated Android Gradle plugin to version 3.1.0. Since that
  version does not build reproducibly any more, we use the "disorderfs
  trick" to mitigate against this.
- Since Öffi now uses build flavors for its different versions, Gradle is
  instructed to pick the AOSP flavor.
- Lastly, we use "gradle wrapper" to specify the exact Gradle version to
  use, rather than patching the build.gradle.
This commit is contained in:
Andreas Schildbach 2019-10-17 15:28:55 +00:00 committed by Licaon_Kter
parent a69a1a0325
commit 6febcb924f

View file

@ -153,5 +153,31 @@ Builds:
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
\ ../build.gradle"
- versionName: 10.5.9-aosp
versionCode: 653
commit: v10.5.9
subdir: oeffi
submodules: true
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
\ ../build.gradle"
- versionName: 11.0.1-aosp
versionCode: 661
commit: v11.0.1
subdir: oeffi
submodules: true
init:
- cd ../..
- mv de.schildbach.oeffi de.schildbach.oeffi_underlying
- mkdir de.schildbach.oeffi
- disorderfs --sort-dirents=yes --reverse-dirents=no de.schildbach.oeffi_underlying
de.schildbach.oeffi
- cd de.schildbach.oeffi/oeffi
gradle:
- aosp
prebuild: gradle :wrapper --gradle-version=4.4.1
AutoUpdateMode: None
UpdateCheckMode: None