Skip to content

Commit

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

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

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -41,6 +42,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-crashlytics-ktx'

implementation 'com.google.android.gms:play-services-maps:18.1.0'

Expand Down
1 change: 1 addition & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"project_info": {
"project_number": "930180298937",
"firebase_url": "https://consultarcd-cc480-default-rtdb.firebaseio.com",
"project_id": "consultarcd-cc480",
"storage_bucket": "consultarcd-cc480.appspot.com"
},
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
mavenCentral()
dependencies {
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
}
}
}
Expand Down

0 comments on commit 885fe3e

Please sign in to comment.