mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
7 lines
No EOL
367 B
Groovy
7 lines
No EOL
367 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.0.2' apply false
|
|
id 'com.android.library' version '8.0.2' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.0-RC' apply false
|
|
id 'com.google.gms.google-services' version '4.3.15' apply false
|
|
} |