Android: Update ndk version to 25.2.9519653

This commit is contained in:
Charles Lombardo 2023-02-15 19:02:10 -05:00
parent 91fca0783e
commit 2782318b8c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ task copyProfile (type: Copy) {
android {
compileSdkVersion 33
ndkVersion "25.1.8937393"
ndkVersion "25.2.9519653"
viewBinding.enabled = true