update to newer Android SDK version

This commit is contained in:
Benoit Marty 2019-04-30 18:22:30 -04:00 committed by Hubert Chathi
parent 27fcc337a3
commit 69feb86c01
2 changed files with 4 additions and 5 deletions

View file

@ -3,12 +3,11 @@ import org.apache.tools.ant.taskdefs.condition.Os
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 27 compileSdkVersion 28
buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
minSdkVersion 11 minSdkVersion 11
targetSdkVersion 21 targetSdkVersion 28
versionCode 311 versionCode 311
versionName "3.1.1" versionName "3.1.1"
version "3.1.1" version "3.1.1"
@ -120,7 +119,7 @@ def gitRevisionDate() {
dependencies { dependencies {
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'junit:junit:4.12' androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support:support-annotations:27.1.1' androidTestImplementation 'com.android.support:support-annotations:28.0.0'
androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2' androidTestImplementation 'com.android.support.test:rules:1.0.2'
} }

View file

@ -1,3 +1,3 @@
APP_PLATFORM := android-16 APP_PLATFORM := android-16
APP_ABI := arm64-v8a armeabi-v7a x86_64 x86 APP_ABI := arm64-v8a armeabi-v7a x86_64 x86
APP_STL := gnustl_static APP_STL := c++_static