Skip to content

Commit 15765c0

Browse files
committed
add some settings
1 parent 905ceee commit 15765c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ android {
99

1010
versionCode = VERSION_CODE as int
1111
versionName = VERSION_NAME
12+
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
1213
externalNativeBuild {
1314
cmake { cppFlags "" }
1415
}

sample/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ android {
88
defaultConfig {
99
minSdkVersion MIN_SDK_VERSION as int
1010
targetSdkVersion TARGET_SDK_VERSION as int
11+
12+
versionCode = VERSION_CODE as int
13+
versionName = VERSION_NAME
1114
}
1215

1316
buildTypes {

0 commit comments

Comments
 (0)