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

Commit

Permalink
rollback to lower ndk version support
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubergp committed Dec 12, 2018
1 parent 08084bb commit 2187b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions card.io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ repositories {
}

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig {
minSdkVersion 16
targetSdkVersion rootProject.ext.sdkVersion
Expand All @@ -24,14 +21,14 @@ android {

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

resourcePrefix 'cio_'

externalNativeBuild {
ndkBuild {
path 'src/main/jni/Android.mk'
}
}
compileSdkVersion 28
buildToolsVersion '28.0.3'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion card.io/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# See the file "LICENSE.md" for the full license governing this code.

APP_STL := c++_shared
APP_STL := gnustl_static
APP_PLATFORM := android-16

NDK_TOOLCHAIN_VERSION := clang
Expand Down

0 comments on commit 2187b5f

Please sign in to comment.