mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
16 lines
No EOL
572 B
Groovy
16 lines
No EOL
572 B
Groovy
buildscript {
|
|
repositories {
|
|
google()
|
|
}
|
|
dependencies {
|
|
def nav_version = "2.6.0"
|
|
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
|
}
|
|
}
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.1.4' apply false
|
|
id 'com.android.library' version '8.1.4' 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
|
|
} |