@@ -7,12 +7,12 @@ plugins {
7
7
}
8
8
9
9
android {
10
- compileSdk = 34
10
+ compileSdk = 35
11
11
12
12
defaultConfig {
13
13
applicationId = " de.jensklingenberg.jetpackcomposeplayground"
14
14
minSdk = 21
15
- targetSdk = 34
15
+ targetSdk = 35
16
16
versionCode = 1
17
17
versionName = " 1.0"
18
18
@@ -58,7 +58,7 @@ val compose_version = libs.versions.compose.version.get()
58
58
59
59
dependencies {
60
60
implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
61
- implementation(" androidx.activity:activity-compose:1.9.2 " )
61
+ implementation(" androidx.activity:activity-compose:1.10.0 " )
62
62
implementation(" androidx.appcompat:appcompat:1.7.0" )
63
63
implementation(" androidx.compose.animation:animation-core:$compose_version " )
64
64
implementation(" androidx.compose.animation:animation:$compose_version " )
@@ -75,14 +75,14 @@ dependencies {
75
75
implementation(" androidx.compose.ui:ui-tooling:$compose_version " )
76
76
implementation(" androidx.compose.ui:ui-tooling:$compose_version " )
77
77
implementation(" androidx.compose.ui:ui:$compose_version " )
78
- implementation(" androidx.core:core-ktx:1.13.1 " )
79
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
78
+ implementation(" androidx.core:core-ktx:1.15.0 " )
79
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
80
80
implementation(" com.google.android.material:material:1.12.0" )
81
81
implementation(" androidx.compose.ui:ui-viewbinding:$compose_version " )
82
82
implementation(" androidx.compose.ui:ui-text:$compose_version " )
83
83
implementation(" androidx.compose.ui:ui-util:$compose_version " )
84
84
implementation(" androidx.compose.ui:ui:$compose_version " )
85
- implementation(" androidx.constraintlayout:constraintlayout-compose:1.0.1 " )
85
+ implementation(" androidx.constraintlayout:constraintlayout-compose:1.1.0 " )
86
86
87
87
testImplementation(" junit:junit:4.13.2" )
88
88
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
0 commit comments