k9: fix gradle version detection

This commit is contained in:
Marcus Hoffmann 2019-12-03 21:45:00 +01:00
parent 62905974a7
commit a51b76d4ac
2 changed files with 7 additions and 1 deletions

2
gradle.properties Normal file
View File

@ -0,0 +1,2 @@
org.gradle.jvmargs=-Xmx1g
org.gradle.jvmargs=-Xmx1g

View File

@ -477,13 +477,17 @@ Builds:
- versionName: '5.701'
versionCode: 27001
commit: '5.701'
subdir: app/k9mail
gradle:
- yes
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
rm:
- tools/android-studio/settings.jar
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../../gradle.properties
MaintainerNotes: |-
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 thedirectory structure.
AutoUpdateMode: Version %v
UpdateCheckMode: RepoManifest/5.6-MAINT
CurrentVersion: '5.600'