From 9fbf605c35cc72cc0dfb9e9509ae1ba8e894bd96 Mon Sep 17 00:00:00 2001 From: Alvaro Blanco Cabrero Date: Tue, 17 Dec 2024 00:51:01 +0100 Subject: [PATCH] Bump SDK version to 3.8.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73f27b8..47dca86 100644 --- a/build.gradle +++ b/build.gradle @@ -57,5 +57,5 @@ apply from: "${rootDir}/scripts/publish-root.gradle" ext { PUBLISH_GROUP_ID = 'com.applivery' - PUBLISH_VERSION = '3.8.0' + PUBLISH_VERSION = '3.8.1' }