Skip to content

Commit d78fad7

Browse files
committed
Bump libraries
1 parent d79a0c1 commit d78fad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ android {
3131

3232
dependencies {
3333
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
34-
implementation 'androidx.core:core-ktx:1.3.2'
35-
implementation 'androidx.appcompat:appcompat:1.2.0'
36-
implementation 'com.google.android.material:material:1.3.0'
34+
implementation 'androidx.core:core-ktx:1.7.0'
35+
implementation 'androidx.appcompat:appcompat:1.4.1'
36+
implementation 'com.google.android.material:material:1.5.0'
3737
}
3838

3939
afterEvaluate {

0 commit comments

Comments
 (0)