Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lapiš committed Nov 1, 2021
1 parent 593c71c commit bcda252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ android {
dependencies {

// Core
implementation 'androidx.core:core-ktx:1.7.0-rc01'
implementation 'androidx.appcompat:appcompat:1.4.0-beta01'
implementation 'com.google.android.material:material:1.5.0-alpha04'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0-rc01'
implementation 'com.google.android.material:material:1.5.0-alpha05'
}

ext {
Expand Down

0 comments on commit bcda252

Please sign in to comment.