Skip to content

Commit

Permalink
don't specify ndkVersion in lib build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Aug 6, 2024
1 parent 17bcd67 commit 6ba71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ android {
ignore = true
}
}

packagingOptions {
jniLibs {
useLegacyPackaging = true
}
}
ndkVersion = "27.0.12077973"
}

dependencies {
Expand Down

0 comments on commit 6ba71e0

Please sign in to comment.