update Android toolchain, remove mips support

This commit is contained in:
badaix 2017-12-29 14:19:49 +01:00
parent 3e351062e1
commit 0e26c9b9c3
6 changed files with 9 additions and 9 deletions

View file

@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "de.badaix.snapcast"
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27
versionCode 1200
versionName "0.12.0"
multiDexEnabled true
@ -27,9 +27,9 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:cardview-v7:27.0.2'
compile 'com.android.support:support-v4:27.0.2'
// compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support:design:27.0.2'
}

View file

@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View file

@ -1,7 +1,7 @@
#/bin/sh
export NDK_DIR_ARM="$1-arm"
export NDK_DIR_MIPS="$1-mips"
#export NDK_DIR_MIPS="$1-mips"
export NDK_DIR_X86="$1-x86"
./build_android.sh