Skip to content

Commit 5ca09bc

Browse files
Update dependency com.google.android.material:material to v1.10.0
1 parent d135a6b commit 5ca09bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939

4040
implementation 'androidx.core:core-ktx:1.10.1'
4141
implementation 'androidx.appcompat:appcompat:1.6.1'
42-
implementation 'com.google.android.material:material:1.9.0'
42+
implementation 'com.google.android.material:material:1.10.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4444
testImplementation 'junit:junit:4.13.2'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

otp_code_view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

3939
implementation 'androidx.core:core-ktx:1.10.1'
4040
implementation 'androidx.appcompat:appcompat:1.6.1'
41-
implementation 'com.google.android.material:material:1.9.0'
41+
implementation 'com.google.android.material:material:1.10.0'
4242
testImplementation 'junit:junit:4.13.2'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4444
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)