From 6999adf2830def286bd1b9139ee3fc8680fb898a Mon Sep 17 00:00:00 2001 From: Aaron-Ritter Date: Tue, 16 Jul 2024 15:21:59 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.1.7-4=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 37110cb..c434d75 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -71,7 +71,7 @@ publishing { // referenced as ${groupId}:${artifactId}. groupId = "io.fusionauth" artifactId = "fusionauth-android-sdk" - version = "0.1.7-3" + version = "0.1.7-4" // And here are some more properties that go into the pom file. // For a full list of required metadata fields, see: