Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit be65ff8

Browse files
committed
Merge pull request #6 from ParsePlatform/grantland.gradle
target/compileSdkVersion 23
2 parents 21bb972 + 9c095b2 commit be65ff8

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ sudo: false
77

88
android:
99
components:
10-
- build-tools-22.0.1
11-
- android-22
12-
- doc-MNC
10+
- build-tools-23.0.1
11+
- android-23
12+
- doc-23
1313
- extra-android-support
1414
- extra-android-m2repository
1515

library/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ buildscript {
1616
}
1717

1818
android {
19-
compileSdkVersion 22
20-
buildToolsVersion "22.0.1"
19+
compileSdkVersion 23
20+
buildToolsVersion "23.0.1"
21+
22+
useLibrary 'org.apache.http.legacy'
2123

2224
defaultConfig {
2325
minSdkVersion 9
24-
targetSdkVersion 22
26+
targetSdkVersion 23
2527
versionCode 1
2628
versionName VERSION_NAME
2729
}

0 commit comments

Comments
 (0)