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

Update tools

This commit is contained in:
Loic Blot 2017-10-30 08:34:31 +01:00
parent eae84dadfb
commit 8d0ba298ed
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.android.tools.build:gradle:3.0.0'
} }
} }
@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 26 compileSdkVersion 26
buildToolsVersion "26.0.1" buildToolsVersion "26.0.2"
lintOptions { lintOptions {
abortOnError false abortOnError false
@ -59,14 +59,15 @@ repositories {
url "https://jitpack.io" url "https://jitpack.io"
} }
mavenCentral() mavenCentral()
google()
} }
dependencies { dependencies {
compile 'commons-httpclient:commons-httpclient:3.1' compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.android.support:support-v13:25.3.1' compile 'com.android.support:support-v13:26.1.0'
compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:25.3.1' compile 'com.android.support:design:26.1.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:25.3.1' compile 'com.android.support:support-v4:26.1.0'
} }