Skip to content

Commit 9917ff7

Browse files
committed
Using latest snapshot of 1.3 branch
1 parent 375c4cb commit 9917ff7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ android {
55
buildToolsVersion '18.0.1'
66
}
77

8+
repositories {
9+
maven {
10+
url "https://oss.sonatype.org/content/repositories/snapshots/"
11+
}
12+
}
13+
14+
dependencies {
15+
compile 'com.squareup.okhttp:okhttp:1.3-SNAPSHOT'
16+
}
17+
818
android.libraryVariants.all { variant ->
919
def name = variant.buildType.name
1020
if (name.equals(com.android.builder.BuilderConstants.DEBUG)) {

0 commit comments

Comments
 (0)