Skip to content

Commit

Permalink
Merge pull request #7 from Aleixo-Dev/fix/firebase-services
Browse files Browse the repository at this point in the history
[firebase] fix firebase services
  • Loading branch information
aleixo-dev authored Dec 21, 2022
2 parents 885fe3e + c246313 commit c98b076
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin'
id 'com.google.firebase.crashlytics'
id 'com.google.gms.google-services'
}

android {
Expand All @@ -12,8 +13,8 @@ android {
applicationId "br.com.nicolas.consultacd"
minSdk 23
targetSdk 32
versionCode 3
versionName "2.1.0"
versionCode 4
versionName "2.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -42,6 +43,7 @@ dependencies {
//Firebase
implementation platform('com.google.firebase:firebase-bom:31.1.1')
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-crashlytics-ktx'

implementation 'com.google.android.gms:play-services-maps:18.1.0'
Expand All @@ -52,6 +54,8 @@ dependencies {

implementation "io.insert-koin:koin-android:3.1.2"

implementation 'androidx.core:core-ktx:1.8.0'

implementation 'androidx.core:core-splashscreen:1.0.0'

implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
Expand Down

0 comments on commit c98b076

Please sign in to comment.