diff --git a/TalkIn/build.gradle b/TalkIn/build.gradle index 01e79b2..c534983 100644 --- a/TalkIn/build.gradle +++ b/TalkIn/build.gradle @@ -1,23 +1,13 @@ buildscript { dependencies { - + classpath 'com.google.gms:google-services:4.4.1' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.4.0' apply false - id 'com.android.library' version '8.4.0' apply false - id 'org.jetbrains.kotlin.android' version '1.9.0' apply false - id("com.google.gms.google-services") version '4.3.10' apply false -} -// 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 'com.android.application' version '8.3.1' apply false + id 'com.android.library' version '8.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id("com.google.gms.google-services") version '4.3.10' apply false - - } -// Top-level build file where you can add configuration options common to all sub-projects/modules. - +} \ No newline at end of file