Skip to content

Commit 647070f

Browse files
committed
Merge pull request nostra13#994 from vivekkiran/patch-2
Upgraded to OkHttp 2.4 and Android Gradle Plugin to 1.2.3
2 parents 4bcdecf + 2e3a991 commit 647070f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.1.0'
8+
classpath 'com.android.tools.build:gradle:1.2.3'
99
classpath 'com.github.dcendents:android-maven-plugin:1.2'
1010
}
1111
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
dependencies {
44
compile project(':library')
5-
compile 'com.squareup.okhttp:okhttp:2.3.0'
5+
compile 'com.squareup.okhttp:okhttp:2.4.0'
66
}
77

88
android {

0 commit comments

Comments
 (0)