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