Skip to content

Commit

Permalink
Merge pull request #12 from Team-HMH/setting/firebase
Browse files Browse the repository at this point in the history
[setting/firebase]: ํŒŒ์ด์–ด๋ฒ ์ด์Šค ์ถ”๊ฐ€์ž‘์—…
  • Loading branch information
kez-lab authored Dec 29, 2023
2 parents 3bd9e9e + 7bb7271 commit 4930bc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/develop_PR_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Change gradlew permissions
run: chmod +x ./gradlew

- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace
7 changes: 6 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {
hmh("application")
hmh("compose")
hmh("test")
alias(libs.plugins.google.services)
alias(libs.plugins.app.distribution)
alias(libs.plugins.crashlytics)
}

android {
Expand Down Expand Up @@ -53,6 +56,8 @@ android {
}

dependencies {

// Firebase
implementation(platform(libs.firebase))
implementation(libs.bundles.firebase)

}

0 comments on commit 4930bc6

Please sign in to comment.