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

Commit 2187b5f

Browse files
committed
rollback to lower ndk version support
1 parent 08084bb commit 2187b5f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

card.io/build.gradle

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

1010
android {
11-
compileSdkVersion 28
12-
buildToolsVersion '28.0.3'
13-
1411
defaultConfig {
1512
minSdkVersion 16
1613
targetSdkVersion rootProject.ext.sdkVersion
@@ -24,14 +21,14 @@ android {
2421

2522
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2623
}
27-
2824
resourcePrefix 'cio_'
29-
3025
externalNativeBuild {
3126
ndkBuild {
3227
path 'src/main/jni/Android.mk'
3328
}
3429
}
30+
compileSdkVersion 28
31+
buildToolsVersion '28.0.3'
3532
}
3633

3734
dependencies {

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 := c++_shared
5+
APP_STL := gnustl_static
66
APP_PLATFORM := android-16
77

88
NDK_TOOLCHAIN_VERSION := clang

0 commit comments

Comments
 (0)