Update dependencies

This commit is contained in:
Jonas Lochmann 2025-06-16 02:00:00 +02:00
parent 5f69014850
commit f4c35dec55
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -167,24 +167,24 @@ wire {
dependencies {
def nav_version = "2.5.3"
def room_version = "2.7.1"
def work_version = '2.10.1'
def room_version = "2.7.2"
def work_version = '2.10.2'
def paging_version = "3.3.6"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21"
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.core:core:1.16.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.1.0'
implementation "com.google.android.material:material:1.12.0"
implementation 'androidx.compose.material:material:1.8.1'
implementation 'androidx.compose.material:material:1.8.3'
implementation 'androidx.activity:activity-compose:1.10.1'
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
debugImplementation "androidx.compose.ui:ui-tooling:1.8.1"
implementation 'androidx.fragment:fragment-ktx:1.8.6'
implementation 'androidx.fragment:fragment-compose:1.8.6'
debugImplementation "androidx.compose.ui:ui-tooling:1.8.3"
implementation 'androidx.fragment:fragment-ktx:1.8.8'
implementation 'androidx.fragment:fragment-compose:1.8.8'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui:$nav_version"