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' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 26 compileSdkVersion 27
buildToolsVersion '26.0.2' buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
applicationId "de.badaix.snapcast" applicationId "de.badaix.snapcast"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 27
versionCode 1200 versionCode 1200
versionName "0.12.0" versionName "0.12.0"
multiDexEnabled true multiDexEnabled true
@ -27,9 +27,9 @@ android {
dependencies { dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs') compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:cardview-v7:26.1.0' compile 'com.android.support:cardview-v7:27.0.2'
compile 'com.android.support:support-v4:26.1.0' compile 'com.android.support:support-v4:27.0.2'
// compile 'com.android.support:recyclerview-v7:23.1.1' // 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 { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View file

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