Skip to content

Commit

Permalink
bumping project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed Jul 18, 2018
1 parent 1d1a301 commit 597dc03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ ext {
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
gradleVersion = '4.4.1'
kotlinVersion = '1.2.41'
kotlinVersion = '1.2.51'
}

ext.deps = [rxjava2 : 'io.reactivex.rxjava2:rxjava:2.1.16',
rxandroid2 : 'io.reactivex.rxjava2:rxandroid:2.0.2',
supportannotations: 'com.android.support:support-annotations:27.1.1',
appcompatv7 : 'com.android.support:appcompat-v7:27.1.1',
junit : 'junit:junit:4.12',
truth : 'com.google.truth:truth:0.40',
truth : 'com.google.truth:truth:0.42',
robolectric : 'org.robolectric:robolectric:3.1.2',
mockitocore : 'org.mockito:mockito-core:2.18.3',
nullaway : 'com.uber.nullaway:nullaway:0.4.6',
mockitocore : 'org.mockito:mockito-core:2.19.1',
nullaway : 'com.uber.nullaway:nullaway:0.4.7',
errorprone : 'com.google.errorprone:error_prone_core:2.3.1',
kotlinstdlib : "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion",
kotlingradleplugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion",
Expand Down

0 comments on commit 597dc03

Please sign in to comment.