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

Commit b62cc28

Browse files
committed
Merge pull request #4 from ParsePlatform/grantland-v3.gradle
target/compileSdkVersion 23
2 parents fe92627 + ea4b233 commit b62cc28

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ env:
1111

1212
android:
1313
components:
14-
- build-tools-22.0.1
14+
- build-tools-23.0.1
15+
- android-23
1516
- android-22
16-
- doc-MNC
17+
- doc-23
1718
- sys-img-armeabi-v7a-$ANDROID_TARGET
1819
- extra-android-support
1920
- extra-android-m2repository

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ group = 'com.parse'
66
version = VERSION_NAME
77

88
android {
9-
compileSdkVersion 22
10-
buildToolsVersion "22.0.1"
9+
compileSdkVersion 23
10+
buildToolsVersion "23.0.1"
1111

1212
defaultConfig {
1313
minSdkVersion 9
14-
targetSdkVersion 22
14+
targetSdkVersion 23
1515
versionCode 1
1616
versionName VERSION_NAME
1717
}

0 commit comments

Comments
 (0)