1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/android/build.gradle

6 lines
295 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 {
2023-12-30 10:55:30 +01:00
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
2023-06-20 08:45:01 +02:00
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}