Skip to content

Commit c7c4d3e

Browse files
fix(deps): update all dependencies
1 parent 4b6bbde commit c7c4d3e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/Fruitties.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: Set up JDK 17
3737
uses: actions/setup-java@v4
@@ -63,7 +63,7 @@ jobs:
6363
xcode-version: latest-stable
6464

6565
- name: Checkout
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767

6868
- name: Build iOS app
6969
uses: mxcl/xcodebuild@v3

Fruitties/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
agp = "8.11.1"
16+
agp = "8.12.0"
1717
androidx-activityCompose = "1.10.1"
1818
androidx-paging = "3.3.6"
19-
nav3Core = "1.0.0-alpha06"
19+
nav3Core = "1.0.0-alpha07"
2020
lifecycleViewmodelNav3 = "1.0.0-alpha04"
2121
kotlinxSerializationCore = "1.9.0"
2222
androidx-room = "2.7.2"
2323
androidx-lifecycle = "2.9.2"
2424
atomicfu = "0.29.0"
25-
composeBom = "2025.07.00"
25+
composeBom = "2025.08.00"
2626
dataStore = "1.1.7"
2727
kotlin = "2.2.0"
2828
kotlinx-coroutines = "1.10.2"
@@ -39,7 +39,7 @@ runner = "1.7.0"
3939
core = "1.7.0"
4040
junit = "1.3.0"
4141
materialIconsCore = "1.7.8"
42-
material3 = "1.4.0-beta01"
42+
material3 = "1.4.0-beta02"
4343

4444
[libraries]
4545
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }

Fruitties/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)