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 {
44 }
55
66 dependencies {
7- classpath ' com.android.tools.build:gradle:1.2.3 '
7+ classpath ' com.android.tools.build:gradle:1.3.1 '
88 }
99}
1010
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 22
5- buildToolsVersion ' 22.0.1'
4+ compileSdkVersion 23
5+ buildToolsVersion ' 23.0.0'
6+ useLibrary ' org.apache.http.legacy'
67
78 defaultConfig {
89 minSdkVersion 3
9- targetSdkVersion 22
10+ targetSdkVersion 23
1011 }
1112
1213 lintOptions {
Original file line number Diff line number Diff line change @@ -8,20 +8,21 @@ repositories {
88}
99
1010android {
11- compileSdkVersion 22
12- buildToolsVersion ' 22.0.1'
11+ compileSdkVersion 23
12+ buildToolsVersion ' 23.0.0'
13+ useLibrary ' org.apache.http.legacy'
1314
1415 defaultConfig {
1516 minSdkVersion 3
16- targetSdkVersion 22
17+ targetSdkVersion 23
1718 }
1819
1920 productFlavors {
2021 standard {
2122 }
2223 withLeakCanary {
2324 minSdkVersion 8
24- targetSdkVersion 22
25+ targetSdkVersion 23
2526 }
2627 }
2728
You can’t perform that action at this time.
0 commit comments