Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 30, 2017
1 parent 7b717f3 commit 4fe6424
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ android {
}

dependencies {
provided deps.misc.javaxExtras
compile project(':autodispose')
compile project(':autodispose-android')
compile project(':autodispose-android-archcomponents')
compile project(':autodispose-kotlin')
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:26.+'
compile 'com.android.support.constraint:constraint-layout:1.1.0-beta1'
compile 'com.android.support:design:26.1.0'
}

0 comments on commit 4fe6424

Please sign in to comment.