Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Mar 2, 2018
1 parent fd5a12b commit e4ff39e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -19,10 +19,10 @@ allprojects {
ext {
minSdkVersion = 16
compileSdkVersion = 27
buildToolsVersion = '27.0.2'
buildToolsVersion = '27.0.3'
targetSdkVersion = 27

supportVersion = '27.0.2'
supportVersion = '27.1.0'
daggerVersion = '2.13'
butterknifeVersion = '8.8.1'
}
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Expand Up @@ -57,14 +57,14 @@ dependencies {
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
annotationProcessor "com.jakewharton:butterknife-compiler:${butterknifeVersion}"

implementation 'com.jakewharton.timber:timber:4.6.0'
implementation 'com.jakewharton.timber:timber:4.6.1'

androidTestImplementation 'org.mockito:mockito-core:2.8.9'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.2.0'
testImplementation 'org.mockito:mockito-core:2.8.9'
testImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.2.0'

androidTestImplementation "com.google.code.findbugs:jsr305:3.0.1"
androidTestImplementation "com.google.code.findbugs:jsr305:3.0.2"

// Android runner and rules support
androidTestImplementation('com.android.support.test:runner:0.5', {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Expand Up @@ -41,8 +41,8 @@ android {

dependencies {

implementation "android.arch.lifecycle:common:1.0.3"
implementation "android.arch.lifecycle:common-java8:1.0.0"
implementation "android.arch.lifecycle:common:1.1.0"
implementation "android.arch.lifecycle:common-java8:1.1.0"

implementation "com.android.support:support-annotations:${supportVersion}"
implementation "com.android.support:appcompat-v7:${supportVersion}"
Expand Down

0 comments on commit e4ff39e

Please sign in to comment.