소스 검색

Update Material Components (fixes #4251)

arkon 4 년 전
부모
커밋
bd5f22a049
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
app/build.gradle.kts

@@ -150,7 +150,7 @@ dependencies {
     implementation("androidx.work:work-runtime-ktx:2.5.0-rc01")
 
     // UI library
-    implementation("com.google.android.material:material:1.3.0-beta01")
+    implementation("com.google.android.material:material:1.3.0-rc01")
 
     "standardImplementation"("com.google.firebase:firebase-core:18.0.0")