File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
55 id ' com.google.gms.google-services'
66 id ' dagger.hilt.android.plugin'
77 id ' androidx.navigation.safeargs.kotlin'
8+ id ' com.google.firebase.crashlytics'
89}
910
1011android {
@@ -15,8 +16,8 @@ android {
1516 applicationId " org.sopt.santamanitto"
1617 minSdkVersion 23
1718 targetSdkVersion 30
18- versionCode 3
19- versionName " 1.0.1 "
19+ versionCode 4
20+ versionName " 1.1.0 "
2021
2122 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2223 }
@@ -98,7 +99,9 @@ dependencies {
9899 implementation " androidx.cardview:cardview:1.0.0"
99100
100101 // firebase
101- implementation platform(' com.google.firebase:firebase-bom:26.2.0' )
102+ implementation platform(' com.google.firebase:firebase-bom:26.7.0' )
103+ implementation ' com.google.firebase:firebase-analytics-ktx'
104+ implementation ' com.google.firebase:firebase-crashlytics-ktx'
102105
103106 // lifecycle
104107 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ buildscript {
1414 dependencies {
1515 classpath " com.android.tools.build:gradle:4.1.1"
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
17- classpath ' com.google.gms:google-services:4.3.4'
17+ classpath ' com.google.gms:google-services:4.3.5'
18+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.5.1'
1819
1920 classpath " com.google.dagger:hilt-android-gradle-plugin:$hilt_version "
2021
You can’t perform that action at this time.
0 commit comments