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

Commit f7165753 authored by Nishant D's avatar Nishant D
Browse files

Use Java 17 for android module

parent 9667b900
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@ android {
        }
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
        sourceCompatibility JavaVersion.VERSION_17
        targetCompatibility JavaVersion.VERSION_17
    }
    kotlinOptions {
        jvmTarget = '1.8'
        jvmTarget = '17'
    }
}