Skip to content

Commit

Permalink
update androidx.appcompat to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 3, 2019
1 parent b4ddc3c commit eadb73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.guava:guava:27.1-android'
implementation 'com.google.zxing:core:3.4.0'
Expand Down

0 comments on commit eadb73e

Please sign in to comment.