We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79a0c1 commit d78fad7Copy full SHA for d78fad7
library/build.gradle
@@ -31,9 +31,9 @@ android {
31
32
dependencies {
33
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'
+ implementation 'androidx.core:core-ktx:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.4.1'
+ implementation 'com.google.android.material:material:1.5.0'
37
}
38
39
afterEvaluate {
0 commit comments