Skip to content

Commit bcda252

Browse files
author
Martin Lapiš
committed
Update
1 parent 593c71c commit bcda252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ android {
4242
dependencies {
4343

4444
// Core
45-
implementation 'androidx.core:core-ktx:1.7.0-rc01'
46-
implementation 'androidx.appcompat:appcompat:1.4.0-beta01'
47-
implementation 'com.google.android.material:material:1.5.0-alpha04'
45+
implementation 'androidx.core:core-ktx:1.7.0'
46+
implementation 'androidx.appcompat:appcompat:1.4.0-rc01'
47+
implementation 'com.google.android.material:material:1.5.0-alpha05'
4848
}
4949

5050
ext {

0 commit comments

Comments
 (0)