chore(deps): upgrade to StreamPack 3.0.0-RC2

This commit is contained in:
Thibault Beyou
2025-06-29 22:45:26 +02:00
committed by GitHub
parent da6e0f033f
commit 35a467061f

View File

@@ -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
}
}