-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): Update dependencies (Kotlin 1.6) #623
Conversation
|
||
// Preferences | ||
implementation 'androidx.preference:preference-ktx:1.1.1' | ||
implementation 'com.fredporciuncula:flow-preferences:1.5.0' | ||
implementation 'com.fredporciuncula:flow-preferences:1.5.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// needs a higher version of kotlin
testImplementation "tech.relaycorp:awala-testing:$awalaTestingVersion" | ||
androidTestImplementation "tech.relaycorp:awala-testing:$awalaTestingVersion" | ||
|
||
// Android TLS support for Netty | ||
implementation "io.netty:netty-handler:4.1.65.Final" | ||
implementation "io.netty:netty-handler:4.1.77.Final" | ||
implementation 'org.conscrypt:conscrypt-android:2.5.2' | ||
|
||
// Local and Internet-based Parcel Delivery Connections (PDCs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
implementation "tech.relaycorp:doh:1.0.4"
needs ktor update as well to avoid conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obrigado!
🎉 This PR is included in version 1.6.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Part of relaycorp/relayverse#39