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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0

- name: Set up JDK 21
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
with:
distribution: 'temurin'
java-version: 21
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
sudo udevadm trigger --name-match=kvm

- name: AVD cache
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: avd-cache
with:
path: |
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Create AVD snapshot
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0
uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2.38.0
with:
# TODO: Remove after Google publishes AOSP-based image.
target: google_apis
Expand All @@ -73,7 +73,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: Build and test
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0
uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2.38.0
with:
# TODO: Remove after Google publishes AOSP-based image.
target: google_apis
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
android-gradle-plugin = "9.2.1"
androidx-activity = "1.13.0"
androidx-biometric = "1.4.0-alpha07"
androidx-compose-bom = "2026.06.00"
androidx-compose-material3 = "1.5.0-alpha22"
androidx-compose-bom = "2026.06.01"
androidx-compose-material3 = "1.5.0-alpha23"
androidx-core = "1.19.0"
androidx-exifinterface = "1.4.2"
androidx-lifecycle-viewmodel-compose = "2.11.0"
Expand All @@ -14,7 +14,7 @@ junit = "1.3.0"
kotlin = "2.4.0"
material = "1.14.0"
spotbugs = "4.10.2"
tink-android = "1.22.0"
tink-android = "1.23.0"

[libraries]
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidx-activity" }
Expand Down
Loading