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