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

Commit 98bcdd8c authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Remove Nougat implementation since it is deprecated

parent 078dc236
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -72,11 +72,6 @@ android {

    flavorDimensions.add("api")
    productFlavors {
        create("apiNougat") {
            dimension = "api"
            minSdk = 24
        }

        create("apiOreo") {
            dimension = "api"
            minSdk = 26
@@ -138,7 +133,6 @@ android {
}

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"))