update Bromite WebView repository URL

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent 202c354e90
commit e402fa6b7b

@ -19,6 +19,10 @@
* Installer
* improve App Store installation routine
* Signature Spoofing Permission
* add permission files to tell ROMs with native signature spoofing to enable it by default for microG GmsCore and Play Store or Fake Store
* applies to: Full, microG packages
### Updates
* automatic

@ -19,7 +19,7 @@
<!-- name -->
<item>Bromite official F-Droid Repository</item>
<!-- address -->
<item>https://fdroid-bromite.a3c1.starter-us-west-1.openshiftapps.com/fdroid/repo</item>
<item>https://fdroid.bromite.org/fdroid/repo</item>
<!-- description -->
<item>This is a repository of apps to be used with F-Droid. Applications in this repository are official binaries built by the original application developers.</item>
<!-- version -->

@ -8,7 +8,7 @@ REPO_FDROID="https://f-droid.org/repo"
REPO_GUARDIAN="https://guardianproject.info/fdroid/repo"
REPO_MICROG="https://microg.org/fdroid/repo"
REPO_NANOLX="https://nanolx.org/fdroid/repo"
REPO_BROMITE="https://fdroid-bromite.a3c1.starter-us-west-1.openshiftapps.com/fdroid/repo"
REPO_BROMITE="https://fdroid.bromite.org/fdroid/repo"
# check dependencies
for dep in xmllint gawk wget curl sha256sum; do

Loading…
Cancel
Save