File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set Up JDK
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' zulu' # See 'Supported distributions' for available options
2424 java-version : ' 17'
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set Up JDK
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' zulu' # See 'Supported distributions' for available options
2424 java-version : ' 17'
Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.36.0"
3- androidGradlePlugin = " 8.11.1 "
3+ androidGradlePlugin = " 8.12.2 "
44androidx-activity-compose = " 1.10.1"
55androidx-benchmark-junit4 = " 1.4.0"
6- androidx-compose-bom = " 2025.07.00 "
6+ androidx-compose-bom = " 2025.08.01 "
77androidx-constraintlayout = " 1.1.1"
8- androidx-corektx = " 1.16 .0"
9- androidx-lifecycle-compose = " 2.9.2 "
10- androidx-lifecycle-runtime-compose = " 2.9.2 "
8+ androidx-corektx = " 1.17 .0"
9+ androidx-lifecycle-compose = " 2.9.3 "
10+ androidx-lifecycle-runtime-compose = " 2.9.3 "
1111androidx-navigation = " 2.9.3"
1212androidx-test = " 1.7.0"
1313androidx-test-espresso = " 3.7.0"
@@ -16,8 +16,8 @@ androix-test-uiautomator = "2.3.0"
1616coil = " 2.7.0"
1717coroutines = " 1.10.2"
1818junit = " 4.13.2"
19- kotlin = " 2.2.0 "
20- runtimeTracing = " 1.8.3 "
19+ kotlin = " 2.2.10 "
20+ runtimeTracing = " 1.9.0 "
2121profileinstaller = " 1.4.1"
2222baselineprofile = " 1.4.0"
2323
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.36.0"
3- androidGradlePlugin = " 8.11.1 "
3+ androidGradlePlugin = " 8.12.2 "
44androidx-activity-compose = " 1.10.1"
55androidx-benchmark-junit4 = " 1.4.0"
6- androidx-compose-bom = " 2025.07.00 "
6+ androidx-compose-bom = " 2025.08.01 "
77androidx-constraintlayout = " 1.1.1"
8- androidx-corektx = " 1.16 .0"
9- androidx-lifecycle-compose = " 2.9.2 "
10- androidx-lifecycle-runtime-compose = " 2.9.2 "
8+ androidx-corektx = " 1.17 .0"
9+ androidx-lifecycle-compose = " 2.9.3 "
10+ androidx-lifecycle-runtime-compose = " 2.9.3 "
1111androidx-navigation = " 2.9.3"
1212androidx-test = " 1.7.0"
1313androidx-test-espresso = " 3.7.0"
@@ -16,8 +16,8 @@ androix-test-uiautomator = "2.3.0"
1616coil = " 2.7.0"
1717coroutines = " 1.10.2"
1818junit = " 4.13.2"
19- kotlin = " 2.2.0 "
20- runtimeTracing = " 1.8.3 "
19+ kotlin = " 2.2.10 "
20+ runtimeTracing = " 1.9.0 "
2121profileinstaller = " 1.4.1"
2222
2323[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments