Update dependencies

This commit is contained in:
Jonas Lochmann 2022-09-12 02:00:00 +02:00
parent 11046f7023
commit 435a29c958
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -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"