Skip to content

Commit

Permalink
fix: Add NDK version to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jul 8, 2021
1 parent 522634c commit 8b6355c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def getExtOrIntegerDefault(name) {
android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
ndkVersion getExtOrDefault('ndkVersion')

defaultConfig {
minSdkVersion 16
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Mmkv_compileSdkVersion=29
Mmkv_buildToolsVersion=29.0.2
Mmkv_targetSdkVersion=29
Mmkv_ndkVersion=22.0.7026061

0 comments on commit 8b6355c

Please sign in to comment.