2022-11-11 18:58:47 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2022-11-12 11:17:38 +01:00
|
|
|
buildscript {
|
|
|
|
|
ext {
|
|
|
|
|
// Upgrade StreamPack version here
|
2024-07-15 16:19:46 +02:00
|
|
|
streampackVersion = '2.6.1'
|
2022-11-12 11:17:38 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-11 18:58:47 +01:00
|
|
|
plugins {
|
2024-02-17 00:08:42 +01:00
|
|
|
id 'com.android.application' version '8.2.2' apply false
|
|
|
|
|
id 'com.android.library' version '8.2.2' apply false
|
2023-03-26 13:21:52 +02:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
|
2022-11-11 18:58:47 +01:00
|
|
|
}
|