Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-03-23 22:12:49 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2017-03-23 22:12:49 +0300
commit0bc671901ec889e09d654012a1df006b8c88e2e9 (patch)
tree0675fd10432da35bf1a3db18063360ade936f1bb /build.gradle
parent9351c7e65cd33d99fb153c1651eccc0c15956b0c (diff)
Update libraries and tools
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 736c379..98cd5d7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
- buildToolsVersion "25.0.1"
+ buildToolsVersion "25.0.2"
lintOptions {
abortOnError false
@@ -45,10 +45,10 @@ repositories {
dependencies {
compile 'commons-httpclient:commons-httpclient:3.1'
- compile 'com.android.support:support-v13:25.1.0'
- compile 'com.android.support:appcompat-v7:25.1.0'
- compile 'com.android.support:design:25.1.0'
+ compile 'com.android.support:support-v13:25.3.0'
+ compile 'com.android.support:appcompat-v7:25.3.0'
+ compile 'com.android.support:design:25.3.0'
compile 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
- compile 'com.android.support:support-v4:25.1.0'
+ compile 'com.android.support:support-v4:25.3.0'
}