Properly updated shadow plugin dependency

This commit is contained in:
Anthony Cicchetti 2018-11-30 14:54:02 -05:00
parent 779ebf653d
commit 71188bb91b
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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")
}