mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
9 lines
424 B
Groovy
9 lines
424 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.13.0' apply false
|
|
id 'com.android.library' version '8.13.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
|
|
id 'com.google.protobuf' version '0.9.5' apply false
|
|
id 'com.google.devtools.ksp' version '2.2.21-2.0.4' apply false
|
|
}
|