@@ -22,7 +22,7 @@ plugins {
22
22
23
23
android {
24
24
namespace ' com.example.jetnews'
25
- compileSdkVersion 34
25
+ compileSdkVersion 35
26
26
defaultConfig {
27
27
applicationId ' com.example.jetnews'
28
28
minSdkVersion 21
@@ -87,7 +87,7 @@ android {
87
87
}
88
88
89
89
dependencies {
90
- def composeBom = platform(' androidx.compose:compose-bom:2024.09.03 ' )
90
+ def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
91
91
implementation(composeBom)
92
92
testImplementation(composeBom)
93
93
androidTestImplementation(composeBom)
@@ -114,16 +114,16 @@ dependencies {
114
114
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
115
115
116
116
implementation ' androidx.appcompat:appcompat:1.7.0'
117
- implementation ' androidx.activity:activity-ktx:1.9.2 '
118
- implementation ' androidx.core:core-ktx:1.13.1 '
119
- implementation " androidx.activity:activity-compose:1.9.2 "
117
+ implementation ' androidx.activity:activity-ktx:1.9.3 '
118
+ implementation ' androidx.core:core-ktx:1.15.0 '
119
+ implementation " androidx.activity:activity-compose:1.9.3 "
120
120
121
- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6 "
122
- implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.6 "
123
- implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.6 "
124
- implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6 "
121
+ implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 "
122
+ implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 "
123
+ implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.7 "
124
+ implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 "
125
125
126
- implementation ' androidx.navigation:navigation-compose:2.8.2 '
126
+ implementation ' androidx.navigation:navigation-compose:2.8.3 '
127
127
128
128
androidTestImplementation ' androidx.test:rules:1.6.1'
129
129
androidTestImplementation ' androidx.test:runner:1.6.2'
0 commit comments