chore(deps): upgrade to StreamPack 3.0.0

This commit is contained in:
ThibaultBee
2025-09-18 22:24:45 +02:00
parent 35a467061f
commit 8c7991ef4f
4 changed files with 15 additions and 17 deletions

View File

@@ -2,11 +2,11 @@
buildscript {
ext {
// Upgrade StreamPack version here
streampackVersion = '3.0.0-RC2'
streampackVersion = '3.0.0'
}
}
plugins {
id 'com.android.application' version '8.9.1' apply false
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
}
id 'com.android.application' version '8.13.0' apply false
id 'org.jetbrains.kotlin.android' version '2.2.20' apply false
}