Skip to content

Commit

Permalink
Use the NDK github-actions already has
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 24, 2024
1 parent 486adee commit 9d7e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_gg2/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34')
kotlinVersion = findProperty('android.kotlinVersion') ?: '1.8.10'

ndkVersion = "25.1.8937393"
ndkVersion = "25.2.9519653"
}
repositories {
google()
Expand Down

0 comments on commit 9d7e132

Please sign in to comment.