Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14440346 authored by Romain Hunault's avatar Romain Hunault 💻 Committed by Aayush Gupta
Browse files

Use master branch to fetch JSON

parent 62cf8a6c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,5 +71,5 @@ object Constants {

    // Integrity Verification
    const val F_DROID_PACKAGES_URL = "https://f-droid.org/en/packages/"
    const val SYSTEM_PACKAGES_JSON_FILE_URL = "https://gitlab.e.foundation/e/apps/apps/-/raw/issue-3328JSON/app/src/main/assets/systemApp.json"
    const val SYSTEM_PACKAGES_JSON_FILE_URL = "https://gitlab.e.foundation/e/apps/apps/-/raw/master/app/src/main/assets/systemApp.json"
}