mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 21:34:53 +00:00
Merge branch 'master' into 'master'
Update Privacy Browser sed command Privacy Browser has migrated from `play-services` to `firebase` beginning in version 1.12, so the sed command needs to be updated to match. See merge request !1818
This commit is contained in:
commit
0a4e75f8f6
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ Build:1.12,14
|
||||||
commit=v1.12
|
commit=v1.12
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=standard
|
gradle=standard
|
||||||
prebuild=sed -i -e '/play-services/d' build.gradle
|
prebuild=sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue