Update build.gradle.kts

This commit is contained in:
Izzy
2025-12-08 04:05:21 -05:00
committed by GitHub
parent 2145dc67a9
commit 5f1c0af138
+4 -4
View File
@@ -46,7 +46,7 @@ val cemuDataFilesFolder = "../../../bin"
android {
namespace = "com.izzy2lost.weeu"
compileSdk = 36
ndkVersion = "28.2.13676358"
ndkVersion = "29.0.14206865"
defaultConfig {
applicationId = "com.izzy2lost.weeu"
minSdk = 31
@@ -102,8 +102,8 @@ android {
}
compileOptions {
sourceCompatibility(JavaVersion.VERSION_17)
targetCompatibility(JavaVersion.VERSION_17)
sourceCompatibility(JavaVersion.VERSION_21)
targetCompatibility(JavaVersion.VERSION_21)
}
externalNativeBuild {
@@ -151,7 +151,7 @@ android {
}
kotlinOptions {
jvmTarget = "17"
jvmTarget = "21"
}
}