Skip to content

Commit ceb3095

Browse files
committed
build: update to mdc 1.3.0-alpha03
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent a31f0cf commit ceb3095

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
junitVersion = '4.13'
1919
kotlinVersion = '1.4.10'
2020
lifecycleRuntimeKtxVersion = '2.3.0-alpha07'
21-
materialComponentsVersion = '22973ff10305397bfc72fed41684175fee8aeefb'
21+
materialComponentsVersion = '1.3.0-alpha03'
2222
mavenPluginVersion = '2.1'
2323
preferenceVersion = '1.1.1'
2424
zxingEmbeddedVersion = '3.6.0'
@@ -41,7 +41,6 @@ allprojects {
4141
repositories {
4242
google()
4343
jcenter()
44-
maven { url 'https://jitpack.io' }
4544
}
4645
}
4746

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation "androidx.preference:preference-ktx:$preferenceVersion"
7070
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleRuntimeKtxVersion"
7171
implementation "androidx.datastore:datastore-preferences:$datastoreVersion"
72-
implementation "com.github.material-components:material-components-android:$materialComponentsVersion"
72+
implementation "com.google.android.material:material:$materialComponentsVersion"
7373
implementation "com.journeyapps:zxing-android-embedded:$zxingEmbeddedVersion"
7474
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
7575
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"

0 commit comments

Comments
 (0)