Skip to content

Commit 0ddfb8f

Browse files
Update dependency androidx.compose.material:material to v1.6.3
1 parent e6e7ee2 commit 0ddfb8f

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
@@ -56,7 +56,7 @@ dependencies {
5656
implementation 'androidx.activity:activity-compose:1.7.2'
5757
implementation "androidx.compose.ui:ui:$compose_ui_version"
5858
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
59-
implementation 'androidx.compose.material:material:1.5.1'
59+
implementation 'androidx.compose.material:material:1.6.3'
6060
testImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6262
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

seeker/build.gradle

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

4949
implementation 'androidx.core:core-ktx:1.12.0'
5050

51-
implementation 'androidx.compose.material:material:1.5.1'
51+
implementation 'androidx.compose.material:material:1.6.3'
5252

5353
implementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
5454
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"

0 commit comments

Comments
 (0)