Skip to content

Commit

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

Bump com.android.application from 8.3.0 to 8.3.1
  • Loading branch information
pedroSG94 committed Mar 21, 2024
2 parents 1ff34d3 + cfa05c9 commit a9e18a0
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.0" apply false
id("com.android.application") version "8.3.1" 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 a9e18a0

Please sign in to comment.