Update the dependencies to the latest. Also, the latest versions fix the issue 6. Please see; https://github.com/android/nowinandroid/issues/6

pull/11/head
mertceyhan 3 years ago
parent ef42543b32
commit 29c1a30cb5

@ -1,11 +1,11 @@
[versions]
accompanist = "0.21.4-beta"
androidDesugarJdkLibs = "1.1.5"
androidGradlePlugin = "7.1.2"
androidGradlePlugin = "7.2.0"
androidxActivity = "1.4.0"
androidxAppCompat = "1.3.0"
androidxCompose = "1.2.0-alpha08"
androidxComposeMaterial3 = "1.0.0-alpha10"
androidxCompose = "1.2.0-beta01"
androidxComposeMaterial3 = "1.0.0-alpha11"
androidxCore = "1.7.0"
androidxCustomView = "1.0.0-alpha01"
androidxDataStore = "1.0.0"
@ -27,12 +27,12 @@ hilt = "2.41"
hiltExt = "1.0.0"
jacoco = "0.8.7"
junit4 = "4.13"
kotlin = "1.6.20"
kotlin = "1.6.21"
kotlinxCoroutines = "1.6.0"
kotlinxCoroutinesTest = "1.6.0"
kotlinxDatetime = "0.3.1"
kotlinxSerializationJson = "1.3.1"
ksp = "1.6.20-1.0.5"
ksp = "1.6.21-1.0.5"
ktlint = "0.43.0"
material3 = "1.5.0-alpha05"
okhttp = "4.9.3"

Loading…
Cancel
Save