Open Food: fix 3.2.5 (325)

gradlew-fdroid can't handle DOS line endings (\r\n) properly.
This commit is contained in:
relan 2019-11-09 09:21:47 +03:00
parent 99d00b2243
commit 436a5cf859
1 changed files with 3 additions and 1 deletions

View File

@ -400,9 +400,11 @@ Builds:
versionCode: 325
commit: 3.2.5
subdir: app
init: sed -i '/javaMaxHeapSize/d' build.gradle
gradle:
- 'off'
prebuild:
- sed -i 's/\r$//' ../gradle/wrapper/gradle-wrapper.properties
- sed -i '/javaMaxHeapSize/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags