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

Commit d46b1b72 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

Etar: Switch to common kotlinx prebuilts

Change-Id: I19b69915a811c4c93ae462eb75c05ab4dbb6f435
parent 7cfefcd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ android_app {
        "calendar-common",
        "colorpicker",
        "com.google.android.material_material",
        "etar-lib-kotlinx-coroutines-android",
        "etar-lib-kotlinx-coroutines-core",
        "kotlin-annotations",
        "kotlinx-coroutines-android",
        "kotlinx-coroutines-core",
        "libchips",
    ],

libs/Android.bp

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
java_import {
    name: "etar-lib-kotlinx-coroutines-android",
    host_supported: true,
    jars: ["kotlinx-coroutines-android-1.1.1.jar"],
    sdk_version: "current",
}

java_import {
    name: "etar-lib-kotlinx-coroutines-core",
    host_supported: true,
    jars: ["kotlinx-coroutines-core-1.2.1.jar"],
    sdk_version: "current",
}
−18 KiB

File deleted.

−1.06 MiB

File deleted.