mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Adjust FirefoxAndroid prepare to support 107 and 108+
This commit is contained in:
parent
f98925cfaa
commit
d8a09c9d4d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/mozilla-mobile/firefox-android.git
|
Repo: https://github.com/mozilla-mobile/firefox-android.git
|
||||||
Prepare: |
|
Prepare: |
|
||||||
sed -i -e '/com.google.firebase/d' android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt && rm -fR android-components/components/lib/push-firebase
|
sed -i -e '/com.google.firebase/d' android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt || sed -i -e '/com.google.firebase/d' android-components/buildSrc/src/main/java/Dependencies.kt
|
||||||
|
rm -R android-components/components/lib/push-firebase
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue