Skip to content

Commit

Permalink
Merge branch 'rhunk:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bocajthomas authored Nov 8, 2024
2 parents 371247c + 3c8ad6a commit ccdf04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
namespace = rootProject.ext["applicationId"].toString() + ".nativelib"
compileSdk = 34
buildToolsVersion = "34.0.0"
ndkVersion = "27.1.12297006"
ndkVersion = System.getenv("ANDROID_NDK_HOME")?.trimEnd('/')?.substringAfterLast("/") ?: "27.1.12297006"

buildFeatures {
buildConfig = true
Expand Down

0 comments on commit ccdf04d

Please sign in to comment.