@@ -12,8 +12,8 @@ android {
12
12
applicationId = " com.toyproject.plannerv2"
13
13
minSdk = 26
14
14
targetSdk = 34
15
- versionCode = 1
16
- versionName = " 1.0"
15
+ versionCode = 3
16
+ versionName = " 1.0.1 "
17
17
18
18
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
19
19
vectorDrawables {
@@ -58,15 +58,15 @@ dependencies {
58
58
implementation(" com.patrykandpatrick.vico:views:1.12.0" )
59
59
60
60
// compose navigation
61
- implementation(" androidx.navigation:navigation-compose:2.7.7 " )
61
+ implementation(" androidx.navigation:navigation-compose:2.8.5 " )
62
62
63
63
// firebase
64
- implementation(platform(" com.google.firebase:firebase-bom:32.8 .0" ))
64
+ implementation(platform(" com.google.firebase:firebase-bom:33.7 .0" ))
65
65
implementation(" com.google.firebase:firebase-analytics-ktx" )
66
- implementation(" com.google.firebase:firebase-auth:22.3.1 " )
67
- implementation(" com.google.android.gms:play-services-auth:21.0 .0" )
68
- implementation(" com.google.firebase:firebase-database:20.3 .0" )
69
- implementation(" com.google.firebase:firebase-firestore-ktx:24.11.0 " )
66
+ implementation(" com.google.firebase:firebase-auth:23.1.0 " )
67
+ implementation(" com.google.android.gms:play-services-auth:21.3 .0" )
68
+ implementation(" com.google.firebase:firebase-database:21.0 .0" )
69
+ implementation(" com.google.firebase:firebase-firestore-ktx:25.1.1 " )
70
70
71
71
// splash
72
72
implementation(" androidx.core:core-splashscreen:1.0.1" )
@@ -78,17 +78,17 @@ dependencies {
78
78
implementation(" com.godaddy.android.colorpicker:compose-color-picker-android:0.7.0" )
79
79
80
80
implementation(" androidx.core:core-ktx:1.9.0" )
81
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 " )
82
- implementation(" androidx.activity:activity-compose:1.7.2 " )
83
- implementation(platform(" androidx.compose:compose-bom:2023.03.00 " ))
81
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
82
+ implementation(" androidx.activity:activity-compose:1.9.3 " )
83
+ implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
84
84
implementation(" androidx.compose.ui:ui" )
85
85
implementation(" androidx.compose.ui:ui-graphics" )
86
86
implementation(" androidx.compose.ui:ui-tooling-preview" )
87
87
implementation(" androidx.compose.material3:material3" )
88
88
testImplementation(" junit:junit:4.13.2" )
89
- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
90
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .1" )
91
- androidTestImplementation(platform(" androidx.compose:compose-bom:2023.03.00 " ))
89
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
90
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6 .1" )
91
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
92
92
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
93
93
debugImplementation(" androidx.compose.ui:ui-tooling" )
94
94
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
0 commit comments