Skip to content

Commit

Permalink
Merge pull request #55 from SEONGGYU96/release/v1.1.0
Browse files Browse the repository at this point in the history
Release/v1.1.0
  • Loading branch information
ethan-223 authored Mar 15, 2021
2 parents 75e9439 + 60804c8 commit fcb66b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id 'com.google.gms.google-services'
id 'dagger.hilt.android.plugin'
id 'androidx.navigation.safeargs.kotlin'
id 'com.google.firebase.crashlytics'
}

android {
Expand All @@ -15,8 +16,8 @@ android {
applicationId "org.sopt.santamanitto"
minSdkVersion 23
targetSdkVersion 30
versionCode 3
versionName "1.0.1"
versionCode 4
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -98,7 +99,9 @@ dependencies {
implementation "androidx.cardview:cardview:1.0.0"

//firebase
implementation platform('com.google.firebase:firebase-bom:26.2.0')
implementation platform('com.google.firebase:firebase-bom:26.7.0')
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-crashlytics-ktx'

//lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'

classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down

0 comments on commit fcb66b2

Please sign in to comment.