Update dependencies

This commit is contained in:
Jonas Lochmann 2021-01-25 01:00:00 +01:00
parent 2e16153846
commit 8443046ff3
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ android {
dependencies {
def nav_version = "2.2.1"
def room_version = "2.2.5"
def room_version = "2.2.6"
def work_version = '2.3.4'
def paging_version = "2.1.2"

View file

@ -17,7 +17,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.10'
ext.kotlin_version = '1.4.21'
repositories {
google()
jcenter()