Skip to content

Commit

Permalink
Merge branch 'group15-display-users'
Browse files Browse the repository at this point in the history
  • Loading branch information
moemnml33 committed Apr 28, 2024
2 parents 3f7f82a + 6ac877c commit f8bae70
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.android.tools.build:gradle:8.3.1'
}
}

plugins {
id "org.sonarqube" version "3.0"
}
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'


allprojects {
repositories {
google()
Expand Down Expand Up @@ -129,10 +133,7 @@ android {

dependencies {
implementation 'com.google.firebase:firebase-firestore:24.10.3'
implementation 'junit:junit:4.12'
implementation 'com.google.firebase:firebase-database:20.3.1'
androidTestImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

implementation 'androidx.appcompat:appcompat:1.6.1'
Expand All @@ -144,10 +145,8 @@ dependencies {
implementation 'androidx.core:core:1.12.0'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.mediarouter:mediarouter:1.6.0'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.github.dhaval2404:imagepicker:2.1'

androidTestImplementation 'androidx.test:core:1.5.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit f8bae70

Please sign in to comment.