From 35a467061f9e2fe68c0d6f4cb830219636a4557f Mon Sep 17 00:00:00 2001 From: Thibault Beyou <37510686+ThibaultBee@users.noreply.github.com> Date: Sun, 29 Jun 2025 22:45:26 +0200 Subject: [PATCH] chore(deps): upgrade to StreamPack 3.0.0-RC2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 98c1dce..9a89c87 100644 --- a/build.gradle +++ b/build.gradle @@ -2,11 +2,11 @@ buildscript { ext { // Upgrade StreamPack version here - streampackVersion = '3.0.0-RC' + streampackVersion = '3.0.0-RC2' } } plugins { id 'com.android.application' version '8.9.1' apply false id 'org.jetbrains.kotlin.android' version '2.1.0' apply false -} \ No newline at end of file +}