Skip to content
Open
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
@@ -1,4 +1,4 @@
name: Build Fruitties sample

Check warning on line 1 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

Fruitties.yaml:1: overly broad permissions: default permissions used due to no permissions: block

on:
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@
SAMPLE_PATH: Fruitties

jobs:
build_android:

Check warning on line 25 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

Fruitties.yaml:25: overly broad permissions: default permissions used due to no permissions: block
name: Build Android app
runs-on: ubuntu-latest
defaults:
Expand All @@ -31,16 +31,16 @@

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

Check failure on line 34 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 34 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Fruitties.yaml:34: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Set up JDK 17
uses: actions/setup-java@v5

Check failure on line 37 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 37 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Fruitties.yaml:37: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: 'zulu'
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
uses: gradle/actions/setup-gradle@v6

Check failure on line 43 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 43 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Fruitties.yaml:43: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}

Expand All @@ -50,7 +50,7 @@
- name: Build app
run: ./gradlew assembleDebug lintDebug --stacktrace

build_ios:

Check warning on line 53 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

Fruitties.yaml:53: overly broad permissions: default permissions used due to no permissions: block
name: Build iOS app
runs-on: macos-latest
defaults:
Expand All @@ -58,15 +58,15 @@
working-directory: ${{ env.SAMPLE_PATH }}

steps:
- uses: maxim-lobanov/setup-xcode@v1

Check failure on line 61 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 61 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Fruitties.yaml:61: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
xcode-version: latest-stable

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

Check failure on line 66 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 66 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Fruitties.yaml:66: unpinned action reference: action is not pinned to a hash (required by blanket policy)

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

Check failure on line 69 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 69 in .github/workflows/Fruitties.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Fruitties.yaml:69: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
xcode: ^16
scheme: iosApp
Expand Down
30 changes: 15 additions & 15 deletions Fruitties/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
# limitations under the License.

[versions]
agp = "8.13.1"
androidx-activityCompose = "1.11.0"
androidx-paging = "3.3.6"
nav3Core = "1.0.0-rc01"
lifecycleViewmodelNav3 = "1.0.0-alpha04"
agp = "9.3.1"
androidx-activityCompose = "1.13.0"
androidx-paging = "3.5.1"
nav3Core = "1.1.6"
lifecycleViewmodelNav3 = "2.11.0"
kotlinxSerializationCore = "1.9.0"
androidx-room = "2.8.3"
androidx-lifecycle = "2.9.4"
androidx-room = "2.8.4"
androidx-lifecycle = "2.11.0"
atomicfu = "0.29.0"
composeBom = "2025.11.00"
dataStore = "1.1.7"
composeBom = "2026.08.00"
dataStore = "1.2.1"
kotlin = "2.2.21"
kotlinx-coroutines = "1.10.2"
kotlinxDatetime = "0.7.1-0.6.x-compat"
ksp = "2.3.3"
ktorVersion = "3.3.2"
pagingComposeAndroid = "3.3.6"
ktorVersion = "3.5.2"
pagingComposeAndroid = "3.5.1"
skie = "0.10.8"
sqlite = "2.6.1"
spotless = "8.1.0"
okio = "3.16.4"
kermit = "2.0.8"
sqlite = "2.7.0"
spotless = "8.10.0"
okio = "3.18.1"
kermit = "2.1.0"
runner = "1.7.0"
core = "1.7.0"
junit = "1.3.0"
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-9.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading