Skip to content

Commit

Permalink
Update App dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jun 7, 2020
1 parent 27b7594 commit 62a9bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {

dependencies {
implementation project(':armadillo')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "com.facebook.stetho:stetho:$rootProject.ext.dependencies.stetho"
Expand Down

0 comments on commit 62a9bcd

Please sign in to comment.