Skip to content

Commit

Permalink
build(android): update ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Apr 21, 2024
1 parent 3b638e4 commit 5566938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ android {
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.11"
kotlinCompilerExtensionVersion = "1.5.12"
}
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
ndkVersion = "26.2.11394342"
ndkVersion = "26.3.11579264"
packaging {
resources {
excludes += "/META-INF/*"
Expand Down

0 comments on commit 5566938

Please sign in to comment.