Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Jul 4, 2017
1 parent fe26552 commit 74866a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- build-tools-26.0.0
- extra-android-m2repository
- android-25
# - sys-img-armeabi-v7a-android-17
Expand Down
13 changes: 10 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ buildscript {

repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2'
classpath 'me.tatarka:gradle-retrolambda:3.5.0'
}
Expand All @@ -26,21 +29,25 @@ allprojects {
maven {
url 'https://clojars.org/repo/'
}

maven {
url "https://maven.google.com"
}
}
}


ext {
minSdk = 14
targetSdk = 25
buildToolsVersion = '25.0.2'
buildToolsVersion = '26.0.0'
compileSdkVersion = 25

javaSourceCompatibility = JavaVersion.VERSION_1_7
javaTargetCompatibility = JavaVersion.VERSION_1_7

// Libraries
supportLibVersion = '25.3.1'
supportLibVersion = '25.4.0'
rxjava2Version = '2.0.7'


Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip

0 comments on commit 74866a8

Please sign in to comment.