Skip to content

Commit

Permalink
Merge pull request mikepenz#1668 from spbisya/develop
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
mikepenz authored Dec 21, 2016
2 parents 1999856 + 7b309d9 commit c2ab06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android:
- tools

# The BuildTools version used by your project
- build-tools-25.0.0
- build-tools-25.0.2

# The SDK version used to compile your project
- android-25
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
buildscript {
ext {
setup = [compileSdk: 25,
buildTools: "25.0.0",
buildTools: "25.0.2",
minSdk : 14,
targetSdk : 25]

versions = [supportLib: "25.0.1"]
versions = [supportLib: "25.1.0"]
}

repositories {
Expand All @@ -28,4 +28,4 @@ allprojects {

task wrapper(type: Wrapper) {
gradleVersion = '2.14.1'
}
}

0 comments on commit c2ab06e

Please sign in to comment.