We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1d868 commit b0143bdCopy full SHA for b0143bd
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = "1.4.10"
+ ext.kotlin_version = "1.5.0"
3
repositories {
4
google()
5
jcenter()
library/build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
44
implementation 'androidx.core:core-ktx:1.3.2'
45
implementation 'androidx.appcompat:appcompat:1.2.0'
46
- implementation 'com.google.android.material:material:1.2.1'
+ implementation 'com.google.android.material:material:1.3.0'
47
}
48
49
afterEvaluate {
0 commit comments