1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-16 02:48:47 +00:00
fcast/receivers/android/build.gradle

6 lines
295 B
Groovy
Raw Permalink 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 {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}