Skip to content

Commit 68460c4

Browse files
Update all dependencies
1 parent 99dc25b commit 68460c4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Set Up JDK
1616
uses: actions/setup-java@v4

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ dependencies {
6868
ksp("androidx.room:room-compiler:$room_version")
6969
implementation "androidx.room:room-ktx:$room_version"
7070

71-
implementation 'androidx.core:core-ktx:1.16.0'
71+
implementation 'androidx.core:core-ktx:1.17.0'
7272
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.2'
7373
implementation 'androidx.activity:activity-compose:1.10.1'
7474
implementation "androidx.compose.ui:ui:$compose_ui_version"
7575
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
76-
implementation 'androidx.compose.material:material:1.8.3'
76+
implementation 'androidx.compose.material:material:1.9.0'
7777
testImplementation 'junit:junit:4.13.2'
7878
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
7979
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
buildscript {
1818
ext {
19-
compose_ui_version = '1.8.3'
19+
compose_ui_version = '1.9.0'
2020
}
2121
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222
plugins {
23-
id 'com.android.application' version '8.11.1' apply false
24-
id 'com.android.library' version '8.11.1' apply false
25-
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
26-
id 'com.google.devtools.ksp' version '2.2.0-2.0.2' apply false
27-
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.0' apply false
23+
id 'com.android.application' version '8.12.1' apply false
24+
id 'com.android.library' version '8.12.1' apply false
25+
id 'org.jetbrains.kotlin.android' version '2.2.10' apply false
26+
id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false
27+
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.10' apply false
2828
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)