1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-09 10:42:50 +00:00
fcast/receivers/android/build.gradle

6 lines
297 B
Groovy
Raw Normal View History

2023-06-20 08:45:01 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2025-07-09 22:54:09 -05:00
id 'com.android.application' version '8.11.0' apply false
id 'com.android.library' version '8.11.0' apply false
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
2023-06-20 08:45:01 +02:00
}