Update dependencies
This commit is contained in:
parent
c7f78df1b6
commit
49cb6018cb
1 changed files with 8 additions and 8 deletions
|
@ -7,23 +7,23 @@ ktlint = "0.48.2"
|
|||
|
||||
kotlin = "1.8.10"
|
||||
kotlinxCoroutines = "1.6.4"
|
||||
jetbrainsAnnotations = "24.0.0"
|
||||
androidxAppCompat = "1.6.0"
|
||||
jetbrainsAnnotations = "24.0.1"
|
||||
androidxAppCompat = "1.6.1"
|
||||
androidxActivity = "1.7.0"
|
||||
androidxRecyclerView = "1.2.1"
|
||||
androidxRecyclerView = "1.3.0"
|
||||
androidxLifecycle = "2.6.1"
|
||||
androidxNavigation = "2.5.3"
|
||||
androidxConstraintLayout = "2.1.4"
|
||||
androidxFragment = "1.5.5"
|
||||
androidxCore = "1.9.0"
|
||||
androidxFragment = "1.5.6"
|
||||
androidxCore = "1.10.0"
|
||||
androidxCoreSplashscreen = "1.0.0"
|
||||
androidxPreference = "1.2.0"
|
||||
androidxDrawerLayout = "1.1.1"
|
||||
androidxTransition = "1.4.1"
|
||||
androidxComposeCompiler = "1.4.4"
|
||||
androidxComposeBom = "2023.03.00"
|
||||
androidxComposeBom = "2023.04.00"
|
||||
androidxComposeMaterial = "1.3.1"
|
||||
accompanist = "0.30.0"
|
||||
accompanist = "0.30.1"
|
||||
fastAdapter = "5.7.0"
|
||||
preferencesFix = "1.1.0"
|
||||
timber = "5.0.1"
|
||||
|
@ -70,7 +70,7 @@ androidx-biometric = "androidx.biometric:biometric:1.1.0"
|
|||
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "androidxNavigation" }
|
||||
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "androidxNavigation" }
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidxConstraintLayout" }
|
||||
androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.1.0"
|
||||
androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
androidx-work-ktx = "androidx.work:work-runtime-ktx:2.8.1"
|
||||
androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "androidxFragment" }
|
||||
androidx-localbroadcastmanager = "androidx.localbroadcastmanager:localbroadcastmanager:1.1.0"
|
||||
|
|
Loading…
Reference in a new issue