From cec6c7e1018aa07245f0a681bfa65741bf1063c1 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Tue, 12 Jul 2022 14:41:17 +0300 Subject: [PATCH] Issue#67 Update version to 1.0.1 --- gradlescripts/deploy.aar.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }