mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
feedflow: fix 0.0.59
This commit is contained in:
parent
0a5441ec3f
commit
d273a11c21
1 changed files with 6 additions and 5 deletions
|
|
@ -24,17 +24,18 @@ Builds:
|
|||
- build-logic/convention/build
|
||||
|
||||
- versionName: 0.0.59
|
||||
versionCode: 849
|
||||
disable: https://github.com/prof18/feed-flow/issues/335
|
||||
commit: 528af2bb795ce99034bb258cb4a21fc5e098e581
|
||||
versionCode: 855
|
||||
commit: 6532755618db0659d2288027fd1d4d4aec92bc61
|
||||
subdir: androidApp
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/crashlytics/d' {..,.}/build.gradle.kts
|
||||
prebuild:
|
||||
- sed -i -e '/crashlytics/d' {..,.}/build.gradle.kts
|
||||
- sed -i -e '/crash/d' ../shared/build.gradle.kts
|
||||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags [\d.]+-fdroid
|
||||
CurrentVersion: 0.0.59
|
||||
CurrentVersionCode: 849
|
||||
CurrentVersionCode: 855
|
||||
|
|
|
|||
Loading…
Reference in a new issue