Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cymcsg committed Jul 17, 2017
1 parent 92cf00b commit 8451b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# Amount of memory granted to Gradle JVM
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
# General Android settings used in builds
- ANDROID_TARGET=android-25
- ANDROID_TARGET=android-26

before_install:
# Making sure gradlew has executable permissions
Expand All @@ -26,9 +26,9 @@ android:
# We are using the latest revision of Android SDK Tools
- tools
- platform-tools
- android-25
- android-26
# The BuildTools version we are using for our project
- build-tools-25.0.1
- build-tools-26.0.0

# Additional components
- extra-google-google_play_services
Expand Down
1 change: 0 additions & 1 deletion UltimateRecyclerView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
Expand Down

0 comments on commit 8451b00

Please sign in to comment.