1515 */
1616plugins {
1717 id(" com.android.application" )
18- id(" com.google.devtools.ksp" ) version " 1.9. 0-1.0.13 "
18+ id(" com.google.devtools.ksp" ) version " 2.1. 0-1.0.29 "
1919 id(" org.jetbrains.kotlin.android" )
20+ id(" org.jetbrains.kotlin.plugin.compose" )
2021}
2122
2223android {
2324 namespace = " com.example.busschedule"
24- compileSdk = 34
25+ compileSdk = 35
2526
2627 defaultConfig {
2728 applicationId = " com.example.busschedule"
2829 minSdk = 24
29- targetSdk = 34
30+ targetSdk = 35
3031 versionCode = 1
3132 versionName = " 1.0"
3233
@@ -55,9 +56,6 @@ android {
5556 buildFeatures {
5657 compose = true
5758 }
58- composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.3"
60- }
6159 packaging {
6260 resources {
6361 excludes + = " /META-INF/{AL2.0,LGPL2.1}"
@@ -67,14 +65,14 @@ android {
6765
6866dependencies {
6967
70- implementation(platform(" androidx.compose:compose-bom:2023.05.01 " ))
71- implementation(" androidx.activity:activity-compose:1.7.2 " )
68+ implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
69+ implementation(" androidx.activity:activity-compose:1.9.3 " )
7270 implementation(" androidx.compose.material3:material3" )
7371 implementation(" androidx.compose.ui:ui" )
7472 implementation(" androidx.compose.ui:ui-graphics" )
7573 implementation(" androidx.compose.ui:ui-tooling-preview" )
76- implementation(" androidx.core:core-ktx:1.10.1 " )
77- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 " )
74+ implementation(" androidx.core:core-ktx:1.15.0 " )
75+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
7876 implementation(" androidx.navigation:navigation-compose:${rootProject.extra[" nav_version" ]} " )
7977 implementation(" androidx.room:room-ktx:${rootProject.extra[" room_version" ]} " )
8078 implementation(" androidx.room:room-runtime:${rootProject.extra[" room_version" ]} " )
0 commit comments