1717package com.example.jetcaster.buildsrc
1818
1919object Versions {
20- const val ktlint = " 0.42.1 "
20+ const val ktlint = " 0.43.0 "
2121}
2222
2323object Libs {
2424 const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.3"
2525 const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.1.5"
2626
2727 object Accompanist {
28- const val version = " 0.21.0 -beta"
28+ const val version = " 0.21.2 -beta"
2929 const val insets = " com.google.accompanist:accompanist-insets:$version "
3030 const val pager = " com.google.accompanist:accompanist-pager:$version "
3131 }
@@ -59,10 +59,10 @@ object Libs {
5959 const val appcompat = " androidx.appcompat:appcompat:1.2.0"
6060 const val palette = " androidx.palette:palette:1.0.0"
6161
62- const val coreKtx = " androidx.core:core-ktx:1.6 .0"
62+ const val coreKtx = " androidx.core:core-ktx:1.7 .0"
6363
6464 object Activity {
65- const val activityCompose = " androidx.activity:activity-compose:1.3.1 "
65+ const val activityCompose = " androidx.activity:activity-compose:1.4.0 "
6666 }
6767
6868 object Constraint {
@@ -71,7 +71,7 @@ object Libs {
7171
7272 object Compose {
7373 const val snapshot = " "
74- const val version = " 1.1.0-beta01 "
74+ const val version = " 1.1.0-beta02 "
7575
7676 @get:JvmStatic
7777 val snapshotUrl: String
@@ -89,14 +89,14 @@ object Libs {
8989 }
9090
9191 object Lifecycle {
92- private const val version = " 2.4.0-rc01 "
92+ private const val version = " 2.4.0"
9393 const val runtime = " androidx.lifecycle:lifecycle-runtime-ktx:$version "
9494 const val viewModelCompose = " androidx.lifecycle:lifecycle-viewmodel-compose:$version "
9595 const val viewmodel = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version "
9696 }
9797
9898 object Navigation {
99- const val navigation = " androidx.navigation:navigation-compose:2.4.0-alpha10 "
99+ const val navigation = " androidx.navigation:navigation-compose:2.4.0-beta02 "
100100 }
101101
102102 object Test {
0 commit comments