Skip to content

Commit

Permalink
Upgrade Compose Compiler to 1.5.8 (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ authored Jan 19, 2024
1 parent 03334a9 commit 6678828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
test_on_emulator:
name: Tests with emulator
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [31]
Expand Down
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidx-test-espresso = "3.5.1"
androidx-test-ext-junit = "1.1.5"
androidx-work = "2.9.0"
compose-coil = "2.5.0"
compose-compiler = "1.5.7"
compose-compiler = "1.5.8"
compose-material = "1.5.4"
compose-material3 = "1.1.2"
compose-reorderable = "0.9.6"
Expand All @@ -22,9 +22,9 @@ compose-runtime = "1.5.4"
compose-ui = "1.5.4"
compose-zoomable = "1.5.3"
junit = "4.13.2"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinx-serialization-json = "1.6.2"
ksp = "1.9.21-1.0.16"
ksp = "1.9.22-1.0.16"
ktor = "2.3.7"
timber = "5.0.1"

Expand Down

0 comments on commit 6678828

Please sign in to comment.