Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle/libs.versions.toml
  • Loading branch information
yueeng committed Mar 29, 2024
2 parents 2c9b817 + 5f77469 commit 8849679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
zip -r build.outputs.zip . -x "apk/*"
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
glide = "4.16.0"
okhttp = "4.12.0"
retrofit = "2.10.0"
retrofit = "2.11.0"
kotlinx_coroutines = "1.8.0"
androidx_core = "1.12.0"
androidx_preference = "1.2.1"
Expand Down

0 comments on commit 8849679

Please sign in to comment.