Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Commit 08084bb

Browse files
committed
updating sdk version support and ndk support
1 parent 092ee5e commit 08084bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

card.io/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repositories {
88
}
99

1010
android {
11-
compileSdkVersion rootProject.ext.sdkVersion
12-
buildToolsVersion rootProject.ext.buildToolsVersion
11+
compileSdkVersion 28
12+
buildToolsVersion '28.0.3'
1313

1414
defaultConfig {
1515
minSdkVersion 16

card.io/src/main/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# See the file "LICENSE.md" for the full license governing this code.
44

5-
APP_STL := gnustl_static
5+
APP_STL := c++_shared
66
APP_PLATFORM := android-16
77

88
NDK_TOOLCHAIN_VERSION := clang

0 commit comments

Comments
 (0)