Skip to content

Commit

Permalink
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
@@ -22,6 +22,8 @@ def getExtOrIntegerDefault(name) {
android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
ndkVersion getExtOrDefault('ndkVersion')

defaultConfig {
minSdkVersion 16
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
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.