Skip to content

Commit

Permalink
build: updated also com.android.*
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk committed Dec 18, 2024
1 parent 40387f6 commit b3aff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
kotlin("plugin.serialization") version kotlinVersion apply false

id("com.android.library") version "8.7.3" apply false
id("com.android.application") version "8.7.2" apply false
id("com.android.application") version "8.7.3" apply false

id("com.github.ben-manes.versions") version "0.51.0" apply false
}
Expand Down

0 comments on commit b3aff21

Please sign in to comment.