Commit 69feb86c authored by Benoit Marty's avatar Benoit Marty Committed by Hubert Chathi
Browse files

update to newer Android SDK version

parent 27fcc337
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,12 +3,11 @@ import org.apache.tools.ant.taskdefs.condition.Os
apply plugin: 'com.android.library'

android {
    compileSdkVersion 27
    buildToolsVersion '27.0.3'
    compileSdkVersion 28

    defaultConfig {
        minSdkVersion 11
        targetSdkVersion 21
        targetSdkVersion 28
        versionCode 311
        versionName "3.1.1"
        version "3.1.1"
@@ -120,7 +119,7 @@ def gitRevisionDate() {
dependencies {
    testImplementation '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:rules:1.0.2'
}
+1 −1
Original line number Diff line number Diff line
APP_PLATFORM := android-16
APP_ABI := arm64-v8a armeabi-v7a x86_64 x86
APP_STL := gnustl_static
APP_STL := c++_static
 No newline at end of file