mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Update dependencies
This commit is contained in:
parent
11046f7023
commit
435a29c958
1 changed files with 3 additions and 3 deletions
|
@ -157,15 +157,15 @@ wire {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
def nav_version = "2.5.1"
|
def nav_version = "2.5.2"
|
||||||
def room_version = "2.4.3"
|
def room_version = "2.4.3"
|
||||||
def work_version = '2.7.1'
|
def work_version = '2.7.1'
|
||||||
def paging_version = "3.1.1"
|
def paging_version = "3.1.1"
|
||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation 'androidx.appcompat:appcompat:1.5.0'
|
implementation 'androidx.appcompat:appcompat:1.5.1'
|
||||||
implementation 'androidx.core:core:1.8.0'
|
implementation 'androidx.core:core:1.9.0'
|
||||||
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.6.1"
|
implementation "com.google.android.material:material:1.6.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue