diff --git a/gradlescripts/deploy.aar.gradle b/gradlescripts/deploy.aar.gradle index fb32765..cef0f00 100644 --- a/gradlescripts/deploy.aar.gradle +++ b/gradlescripts/deploy.aar.gradle @@ -1,6 +1,6 @@ apply plugin: "maven-publish" -def testUtilVersion = "1.0.1" +def testUtilVersion = "1.1.0" if (!extensions.extraProperties.has("artifactId")) { throw IllegalStateException("ext.artifactId is not set while applying deploy script") }