Skip to content

Commit

Permalink
Update AppCompat and Material AndroidX libraries to version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Aug 8, 2020
1 parent cdb996a commit 9a0acee
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 @@ -95,9 +95,9 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
officialImplementation 'com.google.firebase:firebase-analytics:17.4.4'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'ch.acra:acra-http:5.5.1'
Expand Down

0 comments on commit 9a0acee

Please sign in to comment.