1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-10 09:26:21 +00:00

Update tools versions for building project

This commit is contained in:
Loic Blot 2016-10-22 19:24:48 +02:00
parent fda38cf855
commit 3a4ea1713f

View File

@ -10,8 +10,8 @@ buildscript {
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 25
buildToolsVersion "23.0.3" buildToolsVersion "25.0.0"
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
lintOptions { lintOptions {
@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
applicationId "fr.unix_experience.owncloud_sms" applicationId "fr.unix_experience.owncloud_sms"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 25
maxSdkVersion 23 maxSdkVersion 24
} }
buildTypes { buildTypes {
@ -45,10 +45,10 @@ repositories {
dependencies { dependencies {
compile project(':owncloudAndroidLibrary') compile project(':owncloudAndroidLibrary')
compile 'com.android.support:support-v13:24.2.0' compile 'com.android.support:support-v13:25.0.0'
compile 'com.android.support:appcompat-v7:24.2.0' compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:design:24.2.0' compile 'com.android.support:design:25.0.0'
compile 'in.srain.cube:ultra-ptr:1.0.11' compile 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4' compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
compile 'com.android.support:support-v4:24.2.0' compile 'com.android.support:support-v4:25.0.0'
} }