Skip to content

Commit

Permalink
Add back extensions for test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 31, 2017
1 parent 76b5ebb commit 1c06bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions autodispose-android-archcomponents/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies {

compile project(':autodispose-android')
compile deps.support.arch.lifecycle.common
compile deps.support.arch.lifecycle.extensions

provided deps.misc.errorProneAnnotations
provided project(':autodispose-provided')
Expand Down
3 changes: 2 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def support = [
arch: [
lifecycle: [
common: "android.arch.lifecycle:common:${versions.archComponents}",
compiler: "android.arch.lifecycle:compiler:${versions.archComponents}"
compiler: "android.arch.lifecycle:compiler:${versions.archComponents}",
extensions: "android.arch.lifecycle:extensions:${versions.archComponents}"
]
]
]
Expand Down

0 comments on commit 1c06bef

Please sign in to comment.