Skip to content

Commit 6520f29

Browse files
Update all dependencies
1 parent 8399c83 commit 6520f29

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

app/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ android {
6767
dependencies {
6868

6969
// Import the Compose BOM
70-
implementation(platform("androidx.compose:compose-bom:2024.12.01"))
71-
implementation("androidx.activity:activity-compose:1.9.3")
70+
implementation(platform("androidx.compose:compose-bom:2025.02.00"))
71+
implementation("androidx.activity:activity-compose:1.10.0")
7272
implementation("androidx.compose.material3:material3")
7373
implementation("androidx.compose.ui:ui")
7474
implementation("androidx.compose.ui:ui-tooling-preview")
@@ -85,7 +85,7 @@ dependencies {
8585
testImplementation("junit:junit:4.13.2")
8686
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
8787

88-
androidTestImplementation(platform("androidx.compose:compose-bom:2024.12.01"))
88+
androidTestImplementation(platform("androidx.compose:compose-bom:2025.02.00"))
8989
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
9090
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
9191
androidTestImplementation("androidx.test.ext:junit:1.2.1")

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
plugins {
20-
id("com.android.application") version "8.8.0" apply false
21-
id("com.android.library") version "8.8.0" apply false
22-
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
23-
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0" apply false
24-
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
20+
id("com.android.application") version "8.8.2" apply false
21+
id("com.android.library") version "8.8.1" apply false
22+
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
23+
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.10" apply false
24+
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
2525
}
2626

2727
tasks.register("clean", Delete::class) {

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)