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.
1 parent 0131d80 commit 6ba67f7Copy full SHA for 6ba67f7
sample/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 22
+ compileSdkVersion 23
5
buildToolsVersion "23.0.2"
6
7
defaultConfig {
@@ -12,14 +12,15 @@ android {
12
versionName "1.9.5"
13
}
14
15
+ useLibrary 'org.apache.http.legacy'
16
lintOptions {
17
abortOnError false
18
19
20
21
dependencies {
22
compile project(':library')
- compile 'com.android.support:support-v4:22.2.1'
23
+ compile 'com.android.support:support-v4:23.1.1'
24
compile 'com.squareup.okhttp:okhttp:2.4.0'
25
26
0 commit comments