Skip to content

Commit

Permalink
Include related dependencies as api rather than implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTangAndroid committed Oct 5, 2019
1 parent 6205ffd commit a12089f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions wood/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,16 @@ android {

dependencies {

implementation "javax.inject:javax.inject:$injectVersion"
implementation "com.jakewharton.timber:timber:$timberVersion"
api "javax.inject:javax.inject:$injectVersion"
api "com.jakewharton.timber:timber:$timberVersion"
api "com.google.android.material:material:$materialVersioon"
api "androidx.appcompat:appcompat:$appcompatVersioon"
api "androidx.room:room-runtime:$roomVersion"
api "androidx.paging:paging-runtime:$pagingVersion"
api "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion"

implementation "com.google.android.material:material:$materialVersioon"
implementation "androidx.appcompat:appcompat:$appcompatVersioon"

implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
implementation "androidx.paging:paging-runtime:$pagingVersion"
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion"


testImplementation 'junit:junit:4.12'
testImplementation "com.google.truth:truth:$truthVersion"
Expand Down

0 comments on commit a12089f

Please sign in to comment.