diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-10-09 17:35:35 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-10-09 17:35:35 +0100 |
| commit | 1dd6d976f1e78cde69ac9e0f89b1b80b1e89cba3 (patch) | |
| tree | 38779ba36a4034152825d593a4e1a1e2e919ec01 /build.gradle | |
| parent | ffe8799737b060f0d7d73ad394cc255b73a853ec (diff) | |
Not sure
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle index 80463e2..7038f8d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ -buildscript { - dependencies { - classpath 'com.google.gms:google-services:4.3.15' - } -}// 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.7.20' apply false +buildscript {
+ dependencies {
+ classpath 'com.google.gms:google-services:4.3.15'
+ }
+}// 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.7.20' apply false
}
\ No newline at end of file |