grocy - fix recipe

This commit is contained in:
Licaon_Kter 2023-09-08 11:43:13 +00:00
parent 8eedfb5eb7
commit 629e9ec9d1
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ Changelog: https://github.com/patzly/grocy-android/releases
AutoName: Grocy
RepoType: git
Repo: https://github.com/patzly/grocy-android
Repo: https://github.com/patzly/grocy-android.git
Builds:
- versionName: 1.8.7
@ -226,7 +226,9 @@ Builds:
- update-java-alternatives -a
gradle:
- yes
prebuild: sed -i -e '/a8c-libs/d' ../build.gradle
prebuild:
- sed -i -e '/a8c-libs/d' ../build.gradle
- sed -i -e 's/8.3-rc-2-bin/8.3-bin/' ../gradle/wrapper/gradle-wrapper.properties
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$