Skip to content

Commit

Permalink
Merge pull request #21 from swapnil-musale/chore/update-dependencykot…
Browse files Browse the repository at this point in the history
…lin-monorepo

chore(deps): update dependency org.jetbrains.kotlin.android to v1.9.10
  • Loading branch information
swapnil-musale authored Sep 8, 2023
2 parents 8bfad06 + 88f5c4c commit d42982f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
androidGradlePlugin = "8.1.1"
androidLibrary = "8.1.1"
kotlinAndroid = "1.9.0"
androidxComposeCompiler = "1.5.0"
kotlinAndroid = "1.9.10"
androidxComposeCompiler = "1.5.3"

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

0 comments on commit d42982f

Please sign in to comment.