Skip to content

Commit fcb66b2

Browse files
authored
Merge pull request #55 from SEONGGYU96/release/v1.1.0
Release/v1.1.0
2 parents 75e9439 + 60804c8 commit fcb66b2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1011
android {
@@ -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"

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)