Skip to content

Commit b0143bd

Browse files
committed
Update libraries
1 parent fd1d868 commit b0143bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.4.10"
2+
ext.kotlin_version = "1.5.0"
33
repositories {
44
google()
55
jcenter()

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4444
implementation 'androidx.core:core-ktx:1.3.2'
4545
implementation 'androidx.appcompat:appcompat:1.2.0'
46-
implementation 'com.google.android.material:material:1.2.1'
46+
implementation 'com.google.android.material:material:1.3.0'
4747
}
4848

4949
afterEvaluate {

0 commit comments

Comments
 (0)