File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
18
18
junitVersion = ' 4.13'
19
19
kotlinVersion = ' 1.4.10'
20
20
lifecycleRuntimeKtxVersion = ' 2.3.0-alpha07'
21
- materialComponentsVersion = ' 22973ff10305397bfc72fed41684175fee8aeefb '
21
+ materialComponentsVersion = ' 1.3.0-alpha03 '
22
22
mavenPluginVersion = ' 2.1'
23
23
preferenceVersion = ' 1.1.1'
24
24
zxingEmbeddedVersion = ' 3.6.0'
@@ -41,7 +41,6 @@ allprojects {
41
41
repositories {
42
42
google()
43
43
jcenter()
44
- maven { url ' https://jitpack.io' }
45
44
}
46
45
}
47
46
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
69
69
implementation " androidx.preference:preference-ktx:$preferenceVersion "
70
70
implementation " androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleRuntimeKtxVersion "
71
71
implementation " androidx.datastore:datastore-preferences:$datastoreVersion "
72
- implementation " com.github. material-components :material-components-android :$materialComponentsVersion "
72
+ implementation " com.google.android. material:material:$materialComponentsVersion "
73
73
implementation " com.journeyapps:zxing-android-embedded:$zxingEmbeddedVersion "
74
74
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion "
75
75
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion "
You can’t perform that action at this time.
0 commit comments