From dea915f9da31208573b6e007213a36d234972bb1 Mon Sep 17 00:00:00 2001 From: iamageo Date: Thu, 1 Dec 2022 10:10:38 -0300 Subject: [PATCH] =?UTF-8?q?update=20artifacts=20=E2=AC=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 4e3476e..da80c68 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'com.github.iamageo' -version = '1.0.2' +version = '1.0.3' android { compileSdk 31 @@ -49,7 +49,7 @@ afterEvaluate { from components.release groupId = 'com.github.iamageo' artifactId = 'beautiful-dialog' - version = '1.0.2' + version = '1.0.3' } } }