From acdc9065420c42e0ad25880f5a399766fdffede4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribo=CC=81?= Date: Wed, 10 Jul 2024 11:39:16 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20bump=20version=20for=20CI=20Signed-off-b?= =?UTF-8?q?y:=20Javier=20Ribo=CC=81=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4e06d0f4f..7d0ca736c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.3.7 +version = 1.3.8 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true