We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 682258d + aafa79a commit ad88bffCopy full SHA for ad88bff
.travis.yml
@@ -12,9 +12,9 @@ android:
12
licenses:
13
- '.+'
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
+ - wget http://services.gradle.org/distributions/gradle-2.14.1-bin.zip
+ - unzip gradle-2.14.1-bin.zip
+ - export GRADLE_HOME=$PWD/gradle-2.14.1
18
- export PATH=$GRADLE_HOME/bin:$PATH
19
- cd OneSignalSDK/app
20
script: gradle build
0 commit comments