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

build(deps): bump org.jetbrains.kotlin.android from Version.kotlin to 1.8.10 #11

Closed
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
build(deps): bump org.jetbrains.kotlin.android
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from Version.kotlin to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits/v1.8.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2023
commit 1e37fc6b3b8ff3a00b0c73ccba67fa616824e819
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.android.library") version "7.4.1" apply false
id("com.google.gms.google-services") version "4.3.13" apply false
id("com.google.firebase.crashlytics") version "2.9.4" apply false
id("org.jetbrains.kotlin.android") version Version.kotlin apply false
id("org.jetbrains.kotlin.android") version 1.8.10 apply false
kotlin("plugin.serialization") version Version.kotlin apply false
}

Expand Down