Skip to content

Commit

Permalink
Merge pull request #1453 from pedroSG94/dependabot/gradle/com.android…
Browse files Browse the repository at this point in the history
….application-8.3.2

Bump com.android.application from 8.3.1 to 8.3.2
  • Loading branch information
pedroSG94 committed Apr 12, 2024
2 parents a6bfe92 + bd57a0d commit 1d92828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,7 @@ val junitVersion by rootProject.extra { "4.13.2" }
val mockitoVersion by rootProject.extra { "5.2.1" }

plugins {
id("com.android.application") version "8.3.1" apply false
id("com.android.application") version "8.3.2" 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 1d92828

Please sign in to comment.