Skip to content

Commit

Permalink
Merge pull request #44 from joelkanyi/chore/update-libs/all-minor-patch
Browse files Browse the repository at this point in the history
update all non-major dependencies
  • Loading branch information
joelkanyi committed Jan 20, 2024
2 parents 61983ce + e7cdeea commit ed04e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Deploy to Play Store
id: deploy
uses: r0adkll/upload-google-play@v1.0.15
uses: r0adkll/upload-google-play@v1.1.2
with:
serviceAccountJson: service_account.json
packageName: com.kanyideveloper.muviz
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ hiltAndroid = "2.50"
hiltCompiler = "1.1.0"
kotlinxCoroutinesAndroid = "1.7.3"
kotlinxCoroutinesCore = "1.8.0-RC2"
accompanistFlowlayout = "0.17.0"
accompanistFlowlayout = "0.32.0"
accompanist = "0.32.0"
activityCompose = "1.8.2"
androidxJunit = "1.1.5"
animationsCore = "1.9.59"
animationsCore = "1.9.62"
coilCompose = "2.5.0"
constraintlayout = "2.1.4"
coreKtx = "1.12.0"
Expand All @@ -26,7 +26,7 @@ pagingCompose = "3.2.1"
retrofit = "2.9.0"
roomRuntime = "2.6.1"
runtimeLivedata = "1.5.4"
spotless = "6.23.3"
spotless = "6.24.0"
google-services = "4.4.0"
accomapnistInsets = "0.30.1"

Expand Down

0 comments on commit ed04e96

Please sign in to comment.