mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 17:59:51 +02:00
Update dependencies
This commit is contained in:
parent
27f7dcd22f
commit
60cacfec96
1 changed files with 2 additions and 2 deletions
|
@ -154,13 +154,13 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
def nav_version = "2.3.5"
|
def nav_version = "2.3.5"
|
||||||
def room_version = "2.3.0"
|
def room_version = "2.3.0"
|
||||||
def work_version = '2.7.0-beta01'
|
def work_version = '2.7.0-rc01'
|
||||||
def paging_version = "3.0.1"
|
def paging_version = "3.0.1"
|
||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||||
implementation 'androidx.core:core:1.7.0-beta01'
|
implementation 'androidx.core:core:1.7.0-beta02'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
implementation 'androidx.legacy:legacy-support-v4:1.0.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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue