Skip to content

Commit

Permalink
Merge branch 'main' into renovate/coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Sep 21, 2024
2 parents 2596722 + a9769a3 commit dc8b45e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:
java-version: '17'
- uses: gradle/actions/setup-gradle@v4
- uses: browser-actions/setup-chrome@v1
id: setup-chrome

- run: ./gradlew assemble
- run: ./gradlew check
env:
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}

- uses: actions/upload-artifact@v4
if: failure()
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
java-version: '17'
- uses: gradle/actions/setup-gradle@v4
- uses: browser-actions/setup-chrome@v1
id: setup-chrome

- run: ./gradlew check
env:
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}

- name: publish
run: >
./gradlew
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ktor = "2.3.12"

[libraries]
androidx-core = { module = "androidx.core:core", version = "1.13.1" }
androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.1.1" }
androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.2.0" }
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.8" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down

0 comments on commit dc8b45e

Please sign in to comment.