Skip to content

Commit

Permalink
Bump com.android.application from 8.3.1 to 8.3.2
Browse files Browse the repository at this point in the history
Bumps com.android.application from 8.3.1 to 8.3.2.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 39bd2f1 commit bd57a0d
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 bd57a0d

Please sign in to comment.