diff --git a/.travis.yml b/.travis.yml index c4e6dc71..0213653f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ android: components: - platform-tools - tools - - build-tools-24.0.3 - - android-24 + - build-tools-25.0.0 + - android-25 - extra-android-m2repository before_install: diff --git a/app/build.gradle b/app/build.gradle index 52b6a8d9..c8ecaa06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,18 +1,18 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "24.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.0" dependencies { - compile 'com.android.support:support-annotations:24.2.1' - compile "com.android.support:support-v4:24.2.1" + compile 'com.android.support:support-annotations:25.0.0' + compile "com.android.support:support-v4:25.0.0" } defaultConfig { applicationId "com.termux" minSdkVersion 21 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 42 versionName "0.42" diff --git a/build.gradle b/build.gradle index 1344effc..d7d775d6 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:2.2.2' } }