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

Commit 9d60a438 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Update microG for minimal credential provider service

parent 5b4d7acf
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ android_app_import {
    certificate: "platform",
    overrides: ["com.qualcomm.location"],
    required: [
        "e_GmsCoreFrameworksBaseOverlay",
        "privapp-permissions-com.google.android.gms.xml",
        "microg.xml",
    ],
@@ -26,16 +27,16 @@ android_app_import {
    ],
    arch: {
        arm: {
            apk: "com.google.android.gms-250932025-0.3.12.250932-14-armeabi-v7a.apk",
            apk: "com.google.android.gms-250932027-0.3.13.250932-15-armeabi-v7a.apk",
        },
        arm64: {
            apk: "com.google.android.gms-250932025-0.3.12.250932-14-arm64-v8a.apk",
            apk: "com.google.android.gms-250932027-0.3.13.250932-15-arm64-v8a.apk",
        },
        x86: {
            apk: "com.google.android.gms-250932025-0.3.12.250932-14-x86.apk",
            apk: "com.google.android.gms-250932027-0.3.13.250932-15-x86.apk",
        },
        x86_64: {
            apk: "com.google.android.gms-250932025-0.3.12.250932-14-x86_64.apk",
            apk: "com.google.android.gms-250932027-0.3.13.250932-15-x86_64.apk",
        },
    },
}
(133 B)

File changed and moved.

No diff preview for this file type.

(133 B)

File changed and moved.

No diff preview for this file type.

(133 B)

File changed and moved.

No diff preview for this file type.

(133 B)

File changed and moved.

No diff preview for this file type.

Loading