From 43b94f20257df5f14e6b600b2665fa810a048cd8 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Tue, 13 Sep 2016 23:11:39 -0400 Subject: [PATCH] target sdk 24 --- .travis.yml | 2 + app/build.gradle | 16 ++-- app/src/main/AndroidManifest.xml | 142 +++++++++++++++---------------- 3 files changed, 81 insertions(+), 79 deletions(-) diff --git a/.travis.yml b/.travis.yml index 175e809..b9c1eff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ sudo: false android: components: - tools + - build-tools-24.0.1 - build-tools-23.0.3 - build-tools-22.0.1 + - android-24 - android-23 - android-22 - extra-android-support diff --git a/app/build.gradle b/app/build.gradle index 56c449f..bef3f3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,12 +3,12 @@ apply plugin: 'com.neenbedankt.android-apt' apply plugin: 'com.getkeepsafe.dexcount' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.1" defaultConfig { minSdkVersion 14 - targetSdkVersion 23 + targetSdkVersion 24 versionName "4.3.3" vectorDrawables.useSupportLibrary = true } @@ -66,11 +66,11 @@ dexcount { dependencies { // support libraries - compile 'com.android.support:palette-v7:23.4.0' - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:design:23.4.0' - compile 'com.android.support:recyclerview-v7:23.4.0' - compile 'com.android.support:support-v4:23.4.0' + compile 'com.android.support:palette-v7:24.2.1' + compile 'com.android.support:appcompat-v7:24.2.1' + compile 'com.android.support:design:24.2.1' + compile 'com.android.support:recyclerview-v7:24.2.1' + compile 'com.android.support:support-v4:24.2.1' // html parsing for reading mode compile 'org.jsoup:jsoup:1.9.2' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a1df8d8..21603cc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,33 +1,33 @@ - - - - - - - - - - + + + + + + + + + + + android:required="false" /> + android:required="false" /> + android:required="false" /> + android:label="@string/app_name" > + android:windowSoftInputMode="adjustResize" > - + - - - - + + + + - + - - + + - - - - - + + + + + - + - - + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - + + - - - - + + + + - + - - + + - - + + - + - + + android:theme="@style/Theme.SettingsTheme" > - + - + + android:windowSoftInputMode="stateHidden|adjustResize" > - + - + + android:theme="@style/Theme.SettingsTheme" > - + - +