mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
muzei - fix recipe, aum
This commit is contained in:
parent
bdc31afb31
commit
8cd1d19aca
1 changed files with 3 additions and 3 deletions
|
|
@ -221,7 +221,6 @@ Builds:
|
|||
|
||||
- versionName: 3.5.0-alpha03
|
||||
versionCode: 350004
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/jobs/3722006503#L2341
|
||||
commit: 3f46208db1f1dc0bdba5f5220c31409b6e604ba6
|
||||
subdir: main
|
||||
gradle:
|
||||
|
|
@ -236,7 +235,8 @@ Builds:
|
|||
- android-client-common/src/main/java/com/google/android/apps/muzei/wearable
|
||||
- main/src/main/java/com/google/android/apps/muzei/wearable
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' ../build.gradle ../*/build.gradle
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' -e '/libs.coroutines.playservices/d' -e
|
||||
'/libs.wearable.playservices/d' ../build.gradle ../*/build.gradle
|
||||
- sed -i -e '/signingConfigs.release/d' -e '/FirebasePerformance/,/}$/d' -e
|
||||
'/kotlinx-coroutines-play-services/d' build.gradle
|
||||
- sed -i -e '/props/d' ../muzei-api/build.gradle
|
||||
|
|
@ -258,7 +258,7 @@ MaintainerNotes: |-
|
|||
The "wearable" and "example-watchface" components should be removed
|
||||
completely, the rest of the code has to be cleaned up from FirebaseAnalytics.
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: version.properties|code\s=\s(\d+)||v(.*)
|
||||
CurrentVersion: 3.5.0-alpha03
|
||||
|
|
|
|||
Loading…
Reference in a new issue