Skip to content

Commit

Permalink
Fix Travis CI build
Browse files Browse the repository at this point in the history
Fix versions and license acceptance
- Gradle 2.2.2
- Built Tools 24.0.1 acceptance
  • Loading branch information
billbonney authored Dec 5, 2016
1 parent f661585 commit f0f9397
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
sudo: false
language: android
jdk: oraclejdk8

android:
components:
- platform-tools
- tools
- tools
- platform-tools

# The BuildTools version used by your project
- build-tools-24.0.1
- build-tools-23.0.3

# The SDK version used to compile your project
Expand All @@ -17,9 +21,6 @@ android:
- extra-android-m2repository
- extra-android-support

licenses:
- 'android-sdk-license-.+'

before_script:
- export GRADLE_OPTS="-XX:MaxPermSize=2048m -Xmx1536m"

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'io.fabric.tools:gradle:1.21.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down Expand Up @@ -76,4 +76,4 @@ allprojects {
dirs 'libs'
}
}
}
}

0 comments on commit f0f9397

Please sign in to comment.