Skip to content

Commit

Permalink
Android: Upgrade NDK to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Nov 2, 2022
1 parent a0201bd commit 31b7028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {
minSdkVersion = 19
buildToolsVersion = "30.0.3"
// NDK, check https://developer.android.com/ndk/downloads for updates
ndkVersion = "25.0.8775105" // r25
ndkVersion = "25.1.8937393" // r25b
}

allprojects {
Expand Down

0 comments on commit 31b7028

Please sign in to comment.