Skip to content

Commit

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

Bump org.jetbrains.kotlin.android from 1.9.23 to 1.9.24
  • Loading branch information
pedroSG94 committed May 9, 2024
2 parents 503648f + dcf1f01 commit e7031eb
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.4.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
id("org.jetbrains.dokka") version "1.9.20" apply true
}

Expand Down

0 comments on commit e7031eb

Please sign in to comment.