Skip to content

Commit

Permalink
Merge pull request #450 from fmonniot/dependabot/gradle/androidx.comp…
Browse files Browse the repository at this point in the history
…ose.material-material-1.7.2

Bump androidx.compose.material:material from 1.6.8 to 1.7.2
  • Loading branch information
fmonniot authored Sep 29, 2024
2 parents a6d0336 + 1493c50 commit ce0e66e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation "com.google.accompanist:accompanist-swiperefresh:0.36.0"
implementation "androidx.compose.ui:ui:1.7.2"
implementation "androidx.compose.material:material:1.6.8"
implementation "androidx.compose.material:material:1.7.2"
implementation "androidx.compose.material:material-icons-core:1.7.2"
implementation "androidx.compose.ui:ui-tooling:1.7.2"
//implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fun EnterCode(
}
},
keyboardOptions = KeyboardOptions(
autoCorrect = false,
autoCorrectEnabled = false,
keyboardType = KeyboardType.Text,
imeAction = ImeAction.Done
),
Expand Down

0 comments on commit ce0e66e

Please sign in to comment.