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

Bump Kotlin to 1.7.21, dokka to 1.7.20, and binary compatibility #12

Merged
merged 1 commit into from
Nov 27, 2022
Merged
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
Bump Kotlin to 1.7.21, dokka to 1.7.20, and binary compatibility
  • Loading branch information
skydoves committed Nov 26, 2022
commit 9d03d3dc9c8992b81fec39e894a8f4474e20f609
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.3.0"
internal const val ANDROID_GRADLE_SPOTLESS = "6.7.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val KOTLIN = "1.7.20"
internal const val KOTLIN = "1.7.21"
internal const val KOTLIN_SERIALIZATION_JSON = "1.4.0"
internal const val KOTLIN_GRADLE_DOKKA = "1.7.10"
internal const val KOTLIN_BINARY_VALIDATOR = "0.11.1"
internal const val KOTLIN_GRADLE_DOKKA = "1.7.20"
internal const val KOTLIN_BINARY_VALIDATOR = "0.12.1"

internal const val RETROFIT = "2.9.0"
internal const val OKHTTP = "4.10.0"
Expand Down