Skip to content

Commit 4e75809

Browse files
committed
Update buildToolsVersion and gradle version
1 parent b2f0fc0 commit 4e75809

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ android:
55
components:
66
- platform-tools
77
- tools
8-
- build-tools-23.0.2
9-
- extra-android-support
8+
- build-tools-23.0.3
109
- extra-android-m2repository
1110
- extra-google-m2repository
1211
- android-23
1312
licenses:
1413
- '.+'
15-
before_install: cd OneSignalSDK/app
14+
before_install:
15+
- wget http://services.gradle.org/distributions/gradle-2.10-bin.zip
16+
- unzip gradle-2.10-bin.zip
17+
- export GRADLE_HOME=$PWD/gradle-2.10
18+
- export PATH=$GRADLE_HOME/bin:$PATH
19+
- cd OneSignalSDK/app
1620
script: gradle build

OneSignalSDK/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
5+
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
applicationId "com.onesignal.example"

OneSignalSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.5.0'
8+
classpath 'com.android.tools.build:gradle:2.1.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

OneSignalSDK/onesignal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
5+
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
minSdkVersion 9

0 commit comments

Comments
 (0)