mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Update dependencies
This commit is contained in:
parent
73992bb6af
commit
984a0ed147
1 changed files with 3 additions and 3 deletions
|
@ -176,11 +176,11 @@ dependencies {
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
implementation 'androidx.cardview:cardview:1.0.0'
|
||||||
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
||||||
implementation "com.google.android.material:material:1.11.0"
|
implementation "com.google.android.material:material:1.11.0"
|
||||||
implementation 'androidx.compose.material:material:1.6.3'
|
implementation 'androidx.compose.material:material:1.6.5'
|
||||||
implementation 'androidx.activity:activity-compose:1.8.2'
|
implementation 'androidx.activity:activity-compose:1.8.2'
|
||||||
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
|
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
|
||||||
implementation 'androidx.compose.material:material-icons-extended:1.6.3'
|
implementation 'androidx.compose.material:material-icons-extended:1.6.5'
|
||||||
debugImplementation "androidx.compose.ui:ui-tooling:1.6.3"
|
debugImplementation "androidx.compose.ui:ui-tooling:1.6.5"
|
||||||
implementation 'androidx.fragment:fragment-ktx:1.6.2'
|
implementation 'androidx.fragment:fragment-ktx:1.6.2'
|
||||||
|
|
||||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue