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

Unverified Commit c29c916e authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

BlissLauncher: Add support for R jar

parent fd6def81
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -72,6 +72,12 @@ android {
            compileSdkVersion 29
            targetSdkVersion 29
        }
        apiR {
            dimension "api"
            minSdkVersion 30
            compileSdkVersion 30
            targetSdkVersion 30
        }
    }

    // Always show the result of every unit test, even if it passes.
@@ -103,6 +109,7 @@ dependencies {
    apiNougatImplementation 'org.cyanogenmod:platform.sdk:6.0'
    apiOreoImplementation files('libs/lineage-sdk-oreo.jar')
    apiQImplementation files('libs/lineage-sdk-q.jar')
    apiRImplementation files('libs/lineage-sdk-r.jar')

    debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'

+365 KiB

File added.

No diff preview for this file type.