@@ -21,20 +21,20 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-alpha11 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-alpha14 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
- const val material = " com.google.android.material:material:1.1 .0"
27
+ const val material = " com.google.android.material:material:1.3 .0"
28
28
29
29
object Accompanist {
30
- private const val version = " 0.7.0 "
30
+ private const val version = " 0.7.1 "
31
31
const val coil = " com.google.accompanist:accompanist-coil:$version "
32
32
const val insets = " com.google.accompanist:accompanist-insets:$version "
33
33
const val pager = " com.google.accompanist:accompanist-pager:$version "
34
34
}
35
35
36
36
object Kotlin {
37
- private const val version = " 1.4.31 "
37
+ private const val version = " 1.4.32 "
38
38
const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version "
39
39
const val gradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$version "
40
40
const val extensions = " org.jetbrains.kotlin:kotlin-android-extensions:$version "
@@ -48,7 +48,7 @@ object Libs {
48
48
}
49
49
50
50
object OkHttp {
51
- private const val version = " 4.9.0 "
51
+ private const val version = " 4.9.1 "
52
52
const val okhttp = " com.squareup.okhttp3:okhttp:$version "
53
53
const val logging = " com.squareup.okhttp3:logging-interceptor:$version "
54
54
}
@@ -62,19 +62,19 @@ object Libs {
62
62
const val appcompat = " androidx.appcompat:appcompat:1.2.0"
63
63
const val palette = " androidx.palette:palette:1.0.0"
64
64
65
- const val coreKtx = " androidx.core:core-ktx:1.5 .0-beta03 "
65
+ const val coreKtx = " androidx.core:core-ktx:1.6 .0-alpha01 "
66
66
67
67
object Activity {
68
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha05 "
68
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
69
69
}
70
70
71
71
object Constraint {
72
- const val constraintLayoutCompose = " androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha03 "
72
+ const val constraintLayoutCompose = " androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05 "
73
73
}
74
74
75
75
object Compose {
76
76
private const val snapshot = " "
77
- private const val version = " 1.0.0-beta03 "
77
+ private const val version = " 1.0.0-beta04 "
78
78
79
79
@get:JvmStatic
80
80
val snapshotUrl: String
@@ -92,26 +92,26 @@ object Libs {
92
92
}
93
93
94
94
object Lifecycle {
95
- private const val version = " 2.3.0-beta01 "
96
- const val viewModelCompose = " androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha03 "
95
+ private const val version = " 2.3.1 "
96
+ const val viewModelCompose = " androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha04 "
97
97
const val viewmodel = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version "
98
98
}
99
99
100
100
object Test {
101
- private const val version = " 1.2 .0"
101
+ private const val version = " 1.3 .0"
102
102
const val core = " androidx.test:core:$version "
103
103
const val rules = " androidx.test:rules:$version "
104
104
105
105
object Ext {
106
- private const val version = " 1.1.2-rc01 "
106
+ private const val version = " 1.1.2"
107
107
const val junit = " androidx.test.ext:junit-ktx:$version "
108
108
}
109
109
110
110
const val espressoCore = " androidx.test.espresso:espresso-core:3.2.0"
111
111
}
112
112
113
113
object Room {
114
- private const val version = " 2.2.5 "
114
+ private const val version = " 2.2.6 "
115
115
const val runtime = " androidx.room:room-runtime:${version} "
116
116
const val ktx = " androidx.room:room-ktx:${version} "
117
117
const val compiler = " androidx.room:room-compiler:${version} "
0 commit comments