Skip to content

Commit

Permalink
Merge pull request square#1564 from square/jw/atest
Browse files Browse the repository at this point in the history
Latest things.
  • Loading branch information
JakeWharton authored Jan 4, 2017
2 parents 8f892b1 + 6f02e56 commit 6563de9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ android:
components:
- tools
- platform-tools
- build-tools-24.0.0
- build-tools-25.0.2
- extra-android-m2repository
- android-24
- android-25

jdk:
- oraclejdk8
Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ext {
compileSdkVersion = 24
buildToolsVersion = '24.0.0'
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
minSdkVersion = 14
targetSdkVersion = 24
targetSdkVersion = 25
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7
okhttp3Version = '3.0.1'
supportLibrariesVersion = '24.0.0'
supportLibrariesVersion = '25.1.0'

dep = [
androidPlugin : 'com.android.tools.build:gradle:2.1.3',
Expand Down

0 comments on commit 6563de9

Please sign in to comment.