Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 23, 2022
1 parent 15ef16d commit 8ee34fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.util.*
class AndroidApplicationPlugin : Plugin<Project> {
private val versionMajor = 1
private val versionMinor = 4
private val versionPatch = 4
private val versionPatch = 5

override fun apply(project: Project) {
project.apply(mapOf("plugin" to "com.android.application"))
Expand Down

0 comments on commit 8ee34fe

Please sign in to comment.