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
2e16153846
commit
8443046ff3
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue