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
5f69014850
commit
f4c35dec55
1 changed files with 7 additions and 7 deletions
|
@ -167,24 +167,24 @@ wire {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
def nav_version = "2.5.3"
|
def nav_version = "2.5.3"
|
||||||
def room_version = "2.7.1"
|
def room_version = "2.7.2"
|
||||||
def work_version = '2.10.1'
|
def work_version = '2.10.2'
|
||||||
def paging_version = "3.3.6"
|
def paging_version = "3.3.6"
|
||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21"
|
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.core:core:1.16.0'
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
implementation 'androidx.cardview:cardview:1.0.0'
|
||||||
implementation 'androidx.gridlayout:gridlayout:1.1.0'
|
implementation 'androidx.gridlayout:gridlayout:1.1.0'
|
||||||
implementation "com.google.android.material:material:1.12.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 'androidx.activity:activity-compose:1.10.1'
|
||||||
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.7.8'
|
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||||
debugImplementation "androidx.compose.ui:ui-tooling:1.8.1"
|
debugImplementation "androidx.compose.ui:ui-tooling:1.8.3"
|
||||||
implementation 'androidx.fragment:fragment-ktx:1.8.6'
|
implementation 'androidx.fragment:fragment-ktx:1.8.8'
|
||||||
implementation 'androidx.fragment:fragment-compose:1.8.6'
|
implementation 'androidx.fragment:fragment-compose:1.8.8'
|
||||||
|
|
||||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||||
implementation "androidx.navigation:navigation-ui:$nav_version"
|
implementation "androidx.navigation:navigation-ui:$nav_version"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue