Skip to content

Commit 64addfb

Browse files
authored
chore: fix ios build (#890)
1 parent b14fc64 commit 64addfb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Build iOS App
3838
run: bundle exec fastlane ios build organization:${{ matrix.organization }}
39+
shell: bash
40+
continue-on-error: false
3941

4042
- name: Uploads artifacts
4143
uses: actions/upload-artifact@v4

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ android-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.9
4242
android-work = { module = "androidx.work:work-runtime-ktx", version = "2.10.4" }
4343
android-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
4444

45-
lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.9.3" }
46-
lifecycle-runtime-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version = "2.9.3" }
47-
navigation = { module = "org.jetbrains.androidx.navigation:navigation-compose", version = "2.9.0-rc01" }
45+
lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.9.1" }
46+
lifecycle-runtime-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version = "2.9.1" }
47+
navigation = { module = "org.jetbrains.androidx.navigation:navigation-compose", version = "2.9.0-beta03" }
4848
window-size = { module = "org.jetbrains.compose.material3:material3-window-size-class", version.ref = "compose-plugin" }
4949
back-handler = { module = "org.jetbrains.compose.ui:ui-backhandler", version.ref = "compose-plugin" }
5050
material-icons = { module = "org.jetbrains.compose.material:material-icons-core", version = "1.7.3" }
@@ -99,6 +99,7 @@ android-orchestrator = { module = "androidx.test:orchestrator", version = "1.6.1
9999
androidx-junit-ktx = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "junitKtx" }
100100
android-test-runner = { module = "androidx.test:runner", version = "1.7.0" }
101101
android-test-rules = { module = "androidx.test:rules", version = "1.7.0" }
102+
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test", version = "1.9.1" }
102103
androidx-compose-test-android = { module = "androidx.compose.ui:ui-test-junit4-android", version = "1.9.1" }
103104
androidx-espresso-web = { module = "androidx.test.espresso:espresso-web", version = "3.7.0" }
104105
fastlane-screengrab = { module = "tools.fastlane:screengrab", version = "2.1.1" }
@@ -171,6 +172,7 @@ android-instrumented-test = [
171172
"androidx-junit-ktx",
172173
"android-test-runner",
173174
"android-test-rules",
175+
"androidx-compose-ui-test",
174176
"androidx-compose-test-android",
175177
"androidx-espresso-web",
176178
"fastlane-screengrab",

0 commit comments

Comments
 (0)