File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Set Up JDK
16
- uses : actions/setup-java@v4
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
distribution : ' zulu' # See 'Supported distributions' for available options
19
19
java-version : ' 17'
20
20
cache : ' gradle'
21
21
22
22
- name : Setup Gradle
23
- uses : gradle/actions/setup-gradle@v4
23
+ uses : gradle/actions/setup-gradle@v5
24
24
25
25
- name : Setup Android SDK
26
26
uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ android {
64
64
65
65
dependencies {
66
66
67
- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
68
- implementation(" androidx.activity:activity-compose:1.9.3 " )
67
+ implementation(platform(" androidx.compose:compose-bom:2025.09 .01" ))
68
+ implementation(" androidx.activity:activity-compose:1.11.0 " )
69
69
implementation(" androidx.compose.material3:material3" )
70
70
implementation(" androidx.compose.ui:ui" )
71
71
implementation(" androidx.compose.ui:ui-graphics" )
72
72
implementation(" androidx.compose.ui:ui-tooling-preview" )
73
- implementation(" androidx.core:core-ktx:1.15 .0" )
74
- implementation(" androidx.datastore:datastore-preferences:1.1.1 " )
73
+ implementation(" androidx.core:core-ktx:1.17 .0" )
74
+ implementation(" androidx.datastore:datastore-preferences:1.1.7 " )
75
75
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
76
76
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
77
77
Original file line number Diff line number Diff line change 16
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
17
buildscript {
18
18
extra.apply {
19
- set(" lifecycle_version" , " 2.8.7 " )
19
+ set(" lifecycle_version" , " 2.9.4 " )
20
20
}
21
21
}
22
22
plugins {
23
- id(" com.android.application" ) version " 8.8 .0" apply false
24
- id(" com.android.library" ) version " 8.8 .0" apply false
25
- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
26
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
23
+ id(" com.android.application" ) version " 8.13 .0" apply false
24
+ id(" com.android.library" ) version " 8.13 .0" apply false
25
+ id(" org.jetbrains.kotlin.android" ) version " 2.2.20 " apply false
26
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.20 " apply false
27
27
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments