Skip to content

Commit

Permalink
Remove extensions and runtime, just depend on common
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 30, 2017
1 parent aa1e6b2 commit c8ad885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions autodispose-android-archcomponents/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ dependencies {
annotationProcessor deps.support.arch.lifecycle.compiler

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

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

0 comments on commit c8ad885

Please sign in to comment.