Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed Jul 28, 2016
1 parent 26a2088 commit d611462
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ language: android
android:
components:
- tools
- build-tools-23.0.2
- android-23
- build-tools-24.0.1
- android-24
- platform-tools
- extra-android-support
- extra-android-m2repository

jdk:
- oraclejdk8
script:
- ./gradlew build
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta2'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}
apply plugin: 'com.android.application'
Expand All @@ -13,13 +13,13 @@ repositories {
}

dependencies {
compile 'com.android.support:support-v4:23.2.1'
compile 'com.android.support:support-v4:23.3.0'
compile 'de.cketti.library.changelog:ckchangelog:1.2.2'
}

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 24
buildToolsVersion "24.0.1"

sourceSets {
main {
Expand Down

0 comments on commit d611462

Please sign in to comment.