summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2016-04-02 15:29:31 +0200
committerParménides GV <parmegv@sdf.org>2016-04-02 15:29:31 +0200
commit574960d09f5cf054001f8f6e9eb54f80312b60db (patch)
treedb7ddf01d4999a23d6f228ddf40190a6631a96b2
parent48948e1231a91c86e5a3e7b535a44eff62bacb6d (diff)
Update BuildTools to 23.0.3, and plugins
- Android gradle plugin to 1.5.0 - Gson to 2.4 - Support annotations to 23.2.1 - Robotium-solo to 5.5.4
-rw-r--r--app/build.gradle8
-rw-r--r--build.gradle2
2 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8c8b6d38..e9fe2f60 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
- buildToolsVersion "23.0.2"
+ buildToolsVersion "23.0.3"
signingConfigs {
release {
@@ -47,15 +47,15 @@ android {
}
dependencies {
- androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.4.1'
+ androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.5.4'
compile 'com.jakewharton:butterknife:6.1.0'
provided 'com.squareup.dagger:dagger-compiler:1.2.2'
compile 'com.github.pedrovgs:renderers:1.5'
compile 'com.intellij:annotations:12.0'
- compile 'com.google.code.gson:gson:2.3.1'
+ compile 'com.google.code.gson:gson:2.4'
compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0'
compile 'mbanje.kurt:fabbutton:1.1.4'
- compile 'com.android.support:support-annotations:23.1.1'
+ compile 'com.android.support:support-annotations:23.2.1'
}
def processFileInplace(file, Closure processText) {
diff --git a/build.gradle b/build.gradle
index 5a212651..e094b5bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
+ classpath 'com.android.tools.build:gradle:1.5.0'
}
}