Skip to content

Commit

Permalink
Compose Compiler Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Sep 8, 2023
1 parent c034190 commit 88f5c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ "master" ]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test:
name: Run Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
androidGradlePlugin = "8.1.1"
androidLibrary = "8.1.1"
kotlinAndroid = "1.9.10"
androidxComposeCompiler = "1.5.0"
androidxComposeCompiler = "1.5.3"

coreKtx = "1.12.0"
splashScreen = "1.0.1"
Expand Down

0 comments on commit 88f5c4c

Please sign in to comment.