Skip to content

Commit

Permalink
Fix alpha configuration to work with arch-room
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz committed Feb 19, 2019
1 parent f73f75e commit cbb4f0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ android {
}
}

configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down

0 comments on commit cbb4f0d

Please sign in to comment.