From 1dd6d976f1e78cde69ac9e0f89b1b80b1e89cba3 Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Mon, 9 Oct 2023 17:35:35 +0100 Subject: Not sure --- build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'build.gradle') 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 -- cgit v1.2.3-54-g00ecf