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

Commit 22b1241

Browse files
authored
Merge pull request #30 from rogerhu/travis
Bump Travis config
2 parents 3e3a58e + c94e137 commit 22b1241

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.travis.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ branches:
55
language: android
66
sudo: false
77

8+
jdk:
9+
- oraclejdk8
10+
811
android:
912
components:
10-
- build-tools-23.0.1
11-
- android-23
12-
- doc-23
13+
- tools
14+
- platform-tools
15+
- build-tools-25.0.2
16+
- android-25
17+
- doc-25
1318
- extra-android-support
1419
- extra-android-m2repository
1520

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download [the latest JAR][latest] or define in Gradle:
1111

1212
```groovy
1313
dependencies {
14-
compile 'com.parse:parsetwitterutils-android:1.10.5'
14+
compile 'com.parse:parsetwitterutils-android:1.10.6'
1515
}
1616
```
1717

@@ -46,7 +46,7 @@ We want to make contributing to this project as easy and transparent as possible
4646
All rights reserved.
4747

4848
This source code is licensed under the BSD-style license found in the
49-
LICENSE file in the root directory of this source tree. An additional grant
49+
LICENSE file in the root directory of this source tree. An additional grant
5050
of patent rights can be found in the PATENTS file in the same directory.
5151

5252
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

library/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.android.builder.core.BuilderConstants
33
apply plugin: 'com.android.library'
44

55
group = 'com.parse'
6-
version = '1.10.6-SNAPSHOT'
6+
version = '1.10.6'
77

88
ext {
99
projName = 'ParseTwitterUtils-Android'
@@ -24,7 +24,7 @@ buildscript {
2424

2525
android {
2626
compileSdkVersion 25
27-
buildToolsVersion "25.0.1"
27+
buildToolsVersion "25.0.2"
2828

2929
useLibrary 'org.apache.http.legacy'
3030

@@ -219,7 +219,6 @@ bintray {
219219

220220
publications = ["MyPublication"]
221221

222-
dryRun = true
223222
publish = true
224223
pkg {
225224
repo = 'maven'

0 commit comments

Comments
 (0)