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

Commit ec62e37c authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Android (Google) Code Review
Browse files

Merge "Adds a few dependencies to the shared library." into tm-qpr-dev

parents 78b5de4a c752af58
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -52,6 +52,11 @@ android_library {
        "SystemUIUnfoldLib",
        "androidx.dynamicanimation_dynamicanimation",
        "androidx.concurrent_concurrent-futures",
        "androidx.lifecycle_lifecycle-runtime-ktx",
        "androidx.lifecycle_lifecycle-viewmodel-ktx",
        "androidx.recyclerview_recyclerview",
        "kotlinx_coroutines_android",
        "kotlinx_coroutines",
        "gson-prebuilt-jar",
        "dagger2",
        "jsr330",
@@ -64,6 +69,7 @@ android_library {
    },
    min_sdk_version: "current",
    plugins: ["dagger2-compiler"],
    kotlincflags: ["-Xjvm-default=enable"],
}

java_library {