Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/Fruitties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up JDK 17
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: 17
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
xcode-version: latest-stable

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Build iOS app
uses: mxcl/xcodebuild@v3
Expand Down
10 changes: 5 additions & 5 deletions Fruitties/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
# limitations under the License.

[versions]
agp = "8.11.1"
agp = "8.12.1"
androidx-activityCompose = "1.10.1"
androidx-paging = "3.3.6"
nav3Core = "1.0.0-alpha06"
nav3Core = "1.0.0-alpha07"
lifecycleViewmodelNav3 = "1.0.0-alpha04"
kotlinxSerializationCore = "1.9.0"
androidx-room = "2.7.2"
androidx-lifecycle = "2.9.2"
atomicfu = "0.29.0"
composeBom = "2025.07.00"
composeBom = "2025.08.00"
dataStore = "1.1.7"
kotlin = "2.2.10"
kotlinx-coroutines = "1.10.2"
Expand All @@ -34,12 +34,12 @@ skie = "0.10.6"
sqlite = "2.5.2"
spotless = "7.2.1"
okio = "3.16.0"
kermit = "2.0.6"
kermit = "2.0.8"
runner = "1.7.0"
core = "1.7.0"
junit = "1.3.0"
materialIconsCore = "1.7.8"
material3 = "1.4.0-beta01"
material3 = "1.4.0-beta02"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
Expand Down
2 changes: 1 addition & 1 deletion Fruitties/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading