Skip to content

Commit

Permalink
Merge branch 'development' into AAT-31/dynamic_nav
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed May 15, 2024
2 parents e0bf883 + 4a1acb4 commit 4b79246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/android_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
android-test:
runs-on: macos-latest
# At this moment in time, the emulator runner
# does not work on macos-14: https://github.com/ReactiveCircus/android-emulator-runner/issues/392#issuecomment-2106167725
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlinter = "4.3.0"
ksp = "1.9.23-1.0.20"
ktxCore = "1.13.1"
leakCanary = "2.14"
lifecycle = "2.7.0"
lifecycle = "2.8.0"
material = "1.12.0"
minSdk = "21"
moshi = "1.15.1"
Expand Down

0 comments on commit 4b79246

Please sign in to comment.