Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsphereOfficial authored Sep 25, 2024
1 parent d2f8163 commit 1fdee0b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

externalNativeBuild {
cmake {
path("src/main/cpp/CMakeLists.txt")
// try to comment the version or specify the your cmake version
// note modify cmake version in libs.versions.toml file
//version = libs.versions.cmake.get()
}
}

kotlinOptions {
jvmTarget = "17"
}
Expand Down

0 comments on commit 1fdee0b

Please sign in to comment.