Skip to content

Commit

Permalink
Merge pull request #46147 from m4gr3d/add_missing_ndk_version_config
Browse files Browse the repository at this point in the history
Add missing `ndkVersion` to the library gradle build config.
  • Loading branch information
akien-mga authored Feb 18, 2021
2 parents 49979ad + 9418197 commit 81fc37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/android/java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

ndkVersion versions.ndkVersion

defaultConfig {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
Expand Down

0 comments on commit 81fc37b

Please sign in to comment.