Skip to content

Commit f38ee25

Browse files
committed
⬆️ :: 라이브러리 버전 업그레이드
1 parent c45bb87 commit f38ee25

10 files changed

+232
-158
lines changed

.idea/compiler.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

+13-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.toyproject.plannerv2"
1313
minSdk = 26
1414
targetSdk = 34
15-
versionCode = 1
16-
versionName = "1.0"
15+
versionCode = 3
16+
versionName = "1.0.1"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
vectorDrawables {
@@ -58,15 +58,15 @@ dependencies {
5858
implementation("com.patrykandpatrick.vico:views:1.12.0")
5959

6060
// compose navigation
61-
implementation("androidx.navigation:navigation-compose:2.7.7")
61+
implementation("androidx.navigation:navigation-compose:2.8.5")
6262

6363
// firebase
64-
implementation(platform("com.google.firebase:firebase-bom:32.8.0"))
64+
implementation(platform("com.google.firebase:firebase-bom:33.7.0"))
6565
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")
7070

7171
// splash
7272
implementation("androidx.core:core-splashscreen:1.0.1")
@@ -78,17 +78,17 @@ dependencies {
7878
implementation("com.godaddy.android.colorpicker:compose-color-picker-android:0.7.0")
7979

8080
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"))
8484
implementation("androidx.compose.ui:ui")
8585
implementation("androidx.compose.ui:ui-graphics")
8686
implementation("androidx.compose.ui:ui-tooling-preview")
8787
implementation("androidx.compose.material3:material3")
8888
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"))
9292
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
9393
debugImplementation("androidx.compose.ui:ui-tooling")
9494
debugImplementation("androidx.compose.ui:ui-test-manifest")

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Wed Oct 11 10:01:55 KST 2023
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)