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

Commit ff96b73b authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Update STT for v3.6-beta

parent 93bc97a8
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -2,5 +2,18 @@ android_app_import {
    name: "SpeechToText",
    system_ext_specific: true,
    certificate: "platform",
    apk: "app-release.apk",
    arch: {
        arm: {
            apk: "app-armeabi-v7a-release.apk",
        },
        arm64: {
            apk: "app-arm64-v8a-release.apk",
        },
        x86: {
            apk: "app-x86-release.apk",
        },
        x86_64: {
            apk: "app-x86_64-release.apk",
        },
    },
}
+132 B

File added.

No diff preview for this file type.

+133 B

File added.

No diff preview for this file type.

+133 B

File added.

No diff preview for this file type.

Loading