Skip to content

Commit

Permalink
Merge pull request #1426 from pedroSG94/dependabot/gradle/org.jetbrai…
Browse files Browse the repository at this point in the history
…ns.kotlin.android-1.9.23

Bump org.jetbrains.kotlin.android from 1.9.22 to 1.9.23
  • Loading branch information
pedroSG94 committed Mar 7, 2024
2 parents 259165a + 5cb545f commit 5201077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -8,7 +8,7 @@ val mockitoVersion by rootProject.extra { "5.2.1" }

plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.dokka") version "1.9.20" apply true
}

Expand Down

0 comments on commit 5201077

Please sign in to comment.