Skip to content

Commit 6ba67f7

Browse files
committed
Travis
1 parent 0131d80 commit 6ba67f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sample/build.gradle

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

33
android {
4-
compileSdkVersion 22
4+
compileSdkVersion 23
55
buildToolsVersion "23.0.2"
66

77
defaultConfig {
@@ -12,14 +12,15 @@ android {
1212
versionName "1.9.5"
1313
}
1414

15+
useLibrary 'org.apache.http.legacy'
1516
lintOptions {
1617
abortOnError false
1718
}
1819
}
1920

2021
dependencies {
2122
compile project(':library')
22-
compile 'com.android.support:support-v4:22.2.1'
23+
compile 'com.android.support:support-v4:23.1.1'
2324
compile 'com.squareup.okhttp:okhttp:2.4.0'
2425
}
2526

0 commit comments

Comments
 (0)