Properly updated shadow plugin dependency
This commit is contained in:
parent
779ebf653d
commit
71188bb91b
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ object Versions {
|
|||
|
||||
const val shadow: String = "4.0.3"
|
||||
|
||||
const val com_github_johnrengelman_shadow_gradle_plugin: String = "4.0.3" //available: "4.0.3"
|
||||
const val com_github_johnrengelman_shadow_gradle_plugin: String = "4.0.3"
|
||||
|
||||
const val material: String = "1.0.0"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ buildscript {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id("com.github.johnrengelman.shadow") version "4.0.2"
|
||||
id("com.github.johnrengelman.shadow") version "4.0.3"
|
||||
id("application")
|
||||
id("kotlin")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue