Skip to content

Commit

Permalink
There were some issues with build.gradle file (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijaiswalshivam authored May 15, 2024
2 parents 2e4995e + f675d86 commit d5cfbd2
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions TalkIn/build.gradle
Original file line number Diff line number Diff line change
@@ -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.

}

0 comments on commit d5cfbd2

Please sign in to comment.