chore(*): upgrade dependencies (StreamPack 2.6.0)

This commit is contained in:
ThibaultBee
2024-02-17 00:08:42 +01:00
parent ab5f45d9c1
commit a1647a7740
7 changed files with 39 additions and 18 deletions

View File

@@ -2,12 +2,12 @@
buildscript {
ext {
// Upgrade StreamPack version here
streampackVersion = '2.5.2'
streampackVersion = '2.6.0'
}
}
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}