Skip to content

Commit

Permalink
Dependency & Gradle version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Oct 30, 2018
1 parent 30f347d commit b8f243c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ buildscript {
'coreKtx' : '1.0.0',
'androidxCollection': '1.0.0',
'coroutines' : '1.0.0',
'crashlytics' : '2.9.4',
'crashlytics' : '2.9.5',
'dagger' : '2.16',
'espresso' : '3.1.0-beta02',
'fabric' : '1.25.4',
'firebase' : '16.0.1',
'firebase' : '16.0.3',
'glide' : '4.8.0',
'googleServices' : '4.0.1',
'gson' : '2.8.5',
Expand All @@ -46,6 +46,7 @@ buildscript {
'retrofit' : '2.4.0',
'retrofitCoroutines': '0.9.2',
'room' : '2.1.0-alpha01',
'supportLibrary' : '28.0.0',
'test_rules' : '1.1.0-beta02',
'test_runner' : '1.1.0-beta02',
'ui_automator' : '2.2.0-beta02'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import io.plaidapp.core.R
import io.plaidapp.core.ui.widget.BadgedFourThreeImageView
import io.plaidapp.core.util.ColorUtils
import io.plaidapp.core.util.ViewUtils
import io.plaidapp.core.util.measured
import io.plaidapp.core.util.isAnimated
import io.plaidapp.core.util.measured

/**
* A Glide [com.bumptech.glide.request.target.ViewTarget] for [BadgedFourThreeImageView]s.
Expand Down
6 changes: 4 additions & 2 deletions designernews/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
implementation "androidx.collection:collection:${versions.androidxCollection}"

kapt "com.google.dagger:dagger-compiler:${versions.dagger}"

testImplementation project(':test_shared')

testImplementation "androidx.arch.core:core-testing:${versions.lifecycle}"
Expand All @@ -61,8 +63,8 @@ dependencies {
testImplementation "org.mockito:mockito-core:${versions.mockito}"

// Work around issue with runtime classpath version conflict
androidTestImplementation "androidx.legacy:legacy-support-core-utils:${versions.legacyCoreUtils}"
androidTestImplementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
implementation "androidx.legacy:legacy-support-core-utils:${versions.legacyCoreUtils}"
implementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"

// Workaround for dependency conflict during assembleAndroidTest
androidTestImplementation("androidx.arch.core:core-runtime:2.0.1-alpha01")
Expand Down
4 changes: 2 additions & 2 deletions dribbble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ dependencies {
testImplementation "org.mockito:mockito-core:${versions.mockito}"

// Work around issue with runtime classpath version conflict
androidTestImplementation "androidx.legacy:legacy-support-core-utils:${versions.legacyCoreUtils}"
androidTestImplementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
implementation "androidx.legacy:legacy-support-core-utils:${versions.legacyCoreUtils}"
implementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"

// Workaround for dependency conflict during assembleAndroidTest
androidTestImplementation("androidx.arch.core:core-runtime:2.0.1-alpha01")
Expand Down

0 comments on commit b8f243c

Please sign in to comment.