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/adaptive-jetstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7

Check failure on line 21 in .github/workflows/adaptive-jetstream-build.yml

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 21 in .github/workflows/adaptive-jetstream-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

adaptive-jetstream-build.yml:21: unpinned action reference: action is not pinned to a hash (required by blanket policy)

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

Check failure on line 24 in .github/workflows/adaptive-jetstream-build.yml

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 24 in .github/workflows/adaptive-jetstream-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

adaptive-jetstream-build.yml:24: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
java-version: '21'
distribution: 'temurin'
Expand Down Expand Up @@ -64,7 +64,7 @@
working-directory: ./AdaptiveJetStream

- name: Push new screenshots if available
uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v7

Check failure on line 67 in .github/workflows/adaptive-jetstream-build.yml

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 67 in .github/workflows/adaptive-jetstream-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

adaptive-jetstream-build.yml:67: unpinned action reference: action is not pinned to a hash (required by blanket policy)
if: steps.screenshotsrecord.outcome == 'success'
with:
file_pattern: 'AdaptiveJetStream/jetstream/src/screenshotTestDebug/reference/**/*.png'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/feed-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/feed-compose-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

feed-compose-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

Check failure on line 15 in .github/workflows/feed-compose-build.yml

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 15 in .github/workflows/feed-compose-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

feed-compose-build.yml:15: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5

Check failure on line 18 in .github/workflows/feed-compose-build.yml

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 18 in .github/workflows/feed-compose-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

feed-compose-build.yml:18: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

Check failure on line 25 in .github/workflows/feed-compose-build.yml

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 25 in .github/workflows/feed-compose-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

feed-compose-build.yml:25: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/feed-view-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/feed-view-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

feed-view-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

Check failure on line 15 in .github/workflows/feed-view-build.yml

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 15 in .github/workflows/feed-view-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

feed-view-build.yml:15: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5

Check failure on line 18 in .github/workflows/feed-view-build.yml

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 18 in .github/workflows/feed-view-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

feed-view-build.yml:18: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

Check failure on line 25 in .github/workflows/feed-view-build.yml

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 25 in .github/workflows/feed-view-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

feed-view-build.yml:25: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/list-detail-activity-embedding-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/list-detail-activity-embedding-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

list-detail-activity-embedding-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

Check failure on line 15 in .github/workflows/list-detail-activity-embedding-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

list-detail-activity-embedding-build.yml:15: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/list-detail-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/list-detail-compose-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

list-detail-compose-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/list-detail-sliding-pane-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/list-detail-sliding-pane-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

list-detail-sliding-pane-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/navigation-suite-scaffold-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 11 in .github/workflows/navigation-suite-scaffold-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

navigation-suite-scaffold-build.yml:11: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/supporting-pane-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/supporting-pane-compose-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

supporting-pane-compose-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/supporting-pane-fragments-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/supporting-pane-fragments-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

supporting-pane-fragments-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/supporting-pane-views-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
branches: [ main ]

jobs:
build:

Check warning on line 12 in .github/workflows/supporting-pane-views-build.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

supporting-pane-views-build.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveJetStream/buildscripts/init.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
val ktlintVersion = "0.46.1"

initscript {
val spotlessVersion = "6.10.0"
val spotlessVersion = "8.9.0"

repositories {
mavenCentral()
Expand Down
52 changes: 26 additions & 26 deletions AdaptiveJetStream/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
[versions]
activity-compose = "1.11.0"
android-gradle-plugin = "8.13.0"
android-test-plugin = "8.13.0"
activity-compose = "1.13.0"
android-gradle-plugin = "9.3.1"
android-test-plugin = "9.3.1"
androidx-baselineprofile = "1.4.1"
benchmark-macro-junit4 = "1.4.1"
coil-compose = "2.7.0"
compose-bom = "2026.01.01"
compose-bom = "2026.06.01"
concurrent-futures-ktx = "1.3.0"
tv-material = "1.0.1"
core-ktx = "1.17.0"
core-splashscreen = "1.0.1"
hilt-navigation-compose = "1.3.0"
hilt-android = "2.57.2"
tv-material = "1.1.0"
core-ktx = "1.19.0"
core-splashscreen = "1.2.0"
hilt-navigation-compose = "1.4.0"
hilt-android = "2.60.1"
junit = "1.3.0"
junit4 = "4.13.2"
kotlin-android = "2.2.20"
kotlinx-coroutines = "1.10.2"
kotlinx-serialization = "1.9.0"
ksp = "2.2.20-2.0.3"
lifecycle-runtime-ktx = "2.9.4"
material3-adaptive = "1.1.0"
kotlin-android = "2.4.10"
kotlinx-coroutines = "1.11.0"
kotlinx-serialization = "1.11.0"
ksp = "2.3.11"
lifecycle-runtime-ktx = "2.11.0"
material3-adaptive = "1.2.0"
material3-adaptive-navigation = "1.4.0"
media3 = "1.8.0"
navigation-compose = "2.9.5"
media3 = "1.10.1"
navigation-compose = "2.9.8"
profileinstaller = "1.4.1"
uiautomator = "2.3.0"
uiautomator = "2.4.0"
rules = "1.7.0"
window = "1.5.0"
xr = "1.0.0-alpha07"
xr-material3 = "1.0.0-alpha11"
screenshot = "0.0.1-alpha13"
ui-tooling-preview = "1.10.0"
ui-tooling = "1.10.0"
robolectric = "4.16"
jacoco = "0.8.12"
window = "1.5.1"
xr = "1.0.0-beta01"
xr-material3 = "1.0.0-alpha17"
screenshot = "0.0.1-alpha16"
ui-tooling-preview = "1.11.4"
ui-tooling = "1.11.4"
robolectric = "4.16.1"
jacoco = "0.8.15"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }
Expand Down
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.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
16 changes: 8 additions & 8 deletions AdaptiveNavigationSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
agp = "8.11.2"
kotlin = "2.2.20"
coreKtx = "1.17.0"
agp = "9.3.1"
kotlin = "2.4.10"
coreKtx = "1.19.0"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
lifecycleRuntimeKtx = "2.9.4"
activityCompose = "1.11.0"
composeBom = "2025.09.01"
material3-adaptive = "1.2.0-beta03"
material3-adaptive-navigation-suite = "1.5.0-alpha04"
lifecycleRuntimeKtx = "2.11.0"
activityCompose = "1.13.0"
composeBom = "2026.06.01"
material3-adaptive = "1.2.0"
material3-adaptive-navigation-suite = "1.5.0-alpha25"
material-icons = "1.7.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Sep 30 16:26:54 CEST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
18 changes: 9 additions & 9 deletions CanonicalLayouts/feed-compose/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
id("org.jetbrains.kotlin.plugin.compose") version "2.4.10"
}

android {
Expand Down Expand Up @@ -67,23 +67,23 @@ composeCompiler {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2024.09.00')
def composeBom = platform('androidx.compose:compose-bom:2026.06.01')
implementation(composeBom)
androidTestImplementation(composeBom)

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.19.0'
implementation "androidx.compose.ui:ui"
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material3:material3-window-size-class'
implementation "androidx.compose.ui:ui-tooling-preview"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation 'androidx.navigation:navigation-compose:2.8.0'
implementation 'io.coil-kt:coil-compose:2.2.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.11.0'
implementation 'androidx.activity:activity-compose:1.13.0'
implementation 'androidx.navigation:navigation-compose:2.9.8'
implementation 'io.coil-kt:coil-compose:2.7.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
debugImplementation "androidx.compose.ui:ui-tooling"
debugImplementation "androidx.compose.ui:ui-test-manifest"
Expand Down
8 changes: 4 additions & 4 deletions CanonicalLayouts/feed-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
*/

plugins {
id 'com.android.application' version '8.6.0' apply false
id 'com.android.library' version '8.6.0' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
id 'com.diffplug.spotless' version '6.9.0'
id 'com.android.application' version '9.3.1' apply false
id 'com.android.library' version '9.3.1' apply false
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
id 'com.diffplug.spotless' version '8.9.0'
}

spotless {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Aug 10 10:35:30 JST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Loading
Loading