mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
grocy - fix recipe
This commit is contained in:
parent
8eedfb5eb7
commit
629e9ec9d1
1 changed files with 4 additions and 2 deletions
|
|
@ -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.]+$
|
||||
|
|
|
|||
Loading…
Reference in a new issue