Browse Source

Android: explicitly set ndk version

master
Alexander Epaneshnikov 2 years ago
parent
commit
e65e597bf6
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      android/build.gradle

+ 1
- 0
android/build.gradle View File

@@ -66,6 +66,7 @@ preBuild.dependsOn createDataVersion

android {
compileSdkVersion 33
ndkVersion "25.1.8937393"

defaultConfig {
minSdkVersion 19

Loading…
Cancel
Save