File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
}
5
5
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:1.2.3 '
7
+ classpath ' com.android.tools.build:gradle:1.3.1 '
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 22
5
- buildToolsVersion ' 22.0.1'
4
+ compileSdkVersion 23
5
+ buildToolsVersion ' 23.0.0'
6
+ useLibrary ' org.apache.http.legacy'
6
7
7
8
defaultConfig {
8
9
minSdkVersion 3
9
- targetSdkVersion 22
10
+ targetSdkVersion 23
10
11
}
11
12
12
13
lintOptions {
Original file line number Diff line number Diff line change @@ -8,20 +8,21 @@ repositories {
8
8
}
9
9
10
10
android {
11
- compileSdkVersion 22
12
- buildToolsVersion ' 22.0.1'
11
+ compileSdkVersion 23
12
+ buildToolsVersion ' 23.0.0'
13
+ useLibrary ' org.apache.http.legacy'
13
14
14
15
defaultConfig {
15
16
minSdkVersion 3
16
- targetSdkVersion 22
17
+ targetSdkVersion 23
17
18
}
18
19
19
20
productFlavors {
20
21
standard {
21
22
}
22
23
withLeakCanary {
23
24
minSdkVersion 8
24
- targetSdkVersion 22
25
+ targetSdkVersion 23
25
26
}
26
27
}
27
28
You can’t perform that action at this time.
0 commit comments