Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 22, 2022
1 parent 5910eb9 commit bd98856
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 = 2
private val versionPatch = 3

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

0 comments on commit bd98856

Please sign in to comment.