mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-10 17:03:50 +01:00
Also increase kotlinCoroutines (see https://kotlinlang.org/releases.html)
This commit is contained in:
parent
35cfaad7aa
commit
d0623c298d
@ -10,7 +10,7 @@ ext.versions = [
|
||||
def gradle = "7.0.2"
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
def kotlin = "1.5.31"
|
||||
def kotlinCoroutines = "1.5.1"
|
||||
def kotlinCoroutines = "1.5.2"
|
||||
def dagger = "2.38.1"
|
||||
def retrofit = "2.9.0"
|
||||
def arrow = "0.8.2"
|
||||
|
Loading…
Reference in New Issue
Block a user