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

Commit f5b066c2 authored by Fynn Godau's avatar Fynn Godau
Browse files

Target JVM 1.8 instead of 17 in fakestore

parent 9c6c85c5
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -44,8 +44,12 @@ android {
    }

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_17
        targetCompatibility JavaVersion.VERSION_17
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

    kotlinOptions {
        jvmTarget = 1.8
    }
}