k9: add 5.703

master
Marcus Hoffmann 2019-12-23 14:52:27 +01:00
parent a55d426e39
commit b24234ac08
1 changed files with 10 additions and 0 deletions

View File

@ -494,6 +494,16 @@ Builds:
- tools/android-studio/settings.jar - tools/android-studio/settings.jar
prebuild: sed -i -e 's/6.0.1/5.6.4/' gradle/wrapper/gradle-wrapper.properties prebuild: sed -i -e 's/6.0.1/5.6.4/' gradle/wrapper/gradle-wrapper.properties
- versionName: '5.703'
versionCode: 27003
commit: '5.703'
gradle:
- yes
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
rm:
- tools/android-studio/settings.jar
prebuild: sed -i -e 's/6.0.1/5.6.4/' gradle/wrapper/gradle-wrapper.properties
MaintainerNotes: |- MaintainerNotes: |-
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used. Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
It doesn't work when using subdir because we are two levels deep into the directory structure. It doesn't work when using subdir because we are two levels deep into the directory structure.