We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bcdecf + 2e3a991 commit 647070fCopy full SHA for 647070f
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
jcenter()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:1.1.0'
+ classpath 'com.android.tools.build:gradle:1.2.3'
9
classpath 'com.github.dcendents:android-maven-plugin:1.2'
10
11
sample/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
3
4
compile project(':library')
- compile 'com.squareup.okhttp:okhttp:2.3.0'
+ compile 'com.squareup.okhttp:okhttp:2.4.0'
android {
0 commit comments