Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert ktor bump #7692

Merged
merged 4 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/android-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- .github/workflows/android-audit.yml
- android/gradle/verification-metadata.xml
- android/scripts/update-lockfile.sh
# libs.versions.toml and *.kts are necessary to ensure that the verification-metadata.xml is up-to-date
# with our dependency usage due to the dependency verification not working as expected when keys are
# specified for dependencies (DROID-1425).
- android/gradle/libs.versions.toml
- android/**/*.kts
schedule:
# At 06:20 UTC every day.
# Notifications for scheduled workflows are sent to the user who last modified the cron
Expand Down
3 changes: 2 additions & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ koin = "4.0.2"
koin-compose = "4.0.2"

# Ktor
ktor = "3.1.0"
# Bumping to 3.1.0 causes an AbstractMethodError in the serialization logic (DROID-1820).
ktor = "3.0.3"

# Kotlin
# Bump kotlin and kotlin-ksp together, find matching release here:
Expand Down
Loading
Loading