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

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

Merge branch '4117-a16-widget_crash' into 'v3.6-a16'

Fix widget search crash

See merge request e/os/BlissLauncher3!159
parents 8ea28ac4 c67e853b
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -416,6 +416,7 @@ android_library {
        "e-telemetry",
        "hoko-blur-1.5.5",
        "logging-interceptor-5.3.0",
        "okio-jvm-3.16.2",
        "okhttp-jvm-5.3.0",
        "rxjava",
        "sentry-8.16.0",
@@ -469,6 +470,9 @@ android_app {
        ":launcher-src_no_quickstep",
        ":launcher-build-config",
    ],
    kotlin_plugins: [
        "kotlin-serialize-compiler-plugin",
    ],

    optimize: {
        proguard_flags_files: [":launcher-proguard-rules"],
@@ -562,6 +566,9 @@ android_library {
        "androidx.room_room-compiler-plugin",
        "dagger2-compiler",
    ],
    kotlin_plugins: [
        "kotlin-serialize-compiler-plugin",
    ],
    manifest: "quickstep/AndroidManifest.xml",
    additional_manifests: [
        "go/AndroidManifest.xml",
@@ -603,6 +610,9 @@ android_library {
    manifest: "quickstep/AndroidManifest.xml",
    platform_apis: true,
    plugins: ["dagger2-compiler"],
    kotlin_plugins: [
        "kotlin-serialize-compiler-plugin",
    ],
    min_sdk_version: "current",
    // TODO(b/319712088): re-enable use_resource_processor
    use_resource_processor: false,
+8 −0
Original line number Diff line number Diff line
@@ -31,6 +31,14 @@ java_import {
    ],
}

// https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.16.2/okio-jvm-3.16.2.jar
java_import {
    name: "okio-jvm-3.16.2",
    jars: [
        "squareup/okio-jvm-3.16.2.jar",
    ],
}

// https://github.com/getsentry/sentry-java/releases/tag/8.16.0
android_library_import {
    name: "sentry-android-core-release",
+374 KiB

File added.

No diff preview for this file type.