Skip to content

Commit

Permalink
[MERGE/#46] merge develop into ocr-feat-text-recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Jan 13, 2023
2 parents 867aabc + 2318e77 commit 432b01e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Create Google-Services.json
env:
GOOGLE_SERVICES: ${{ secrets.GOOGLE_SERVICES }}
run: |
touch ./app/google-services.json
echo $GOOGLE_SERVICES >> ./app/google-services.json
cat ./app/google-services.json
- name: Lint Check
run: ./gradlew ktlintCheck

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ dependencies {
// shared preference
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha04'


// firebase storage
implementation 'com.google.firebase:firebase-core:21.1.1'
implementation 'com.google.firebase:firebase-storage:20.1.0'

implementation 'androidx.core:core-ktx:1.9.0'
Expand Down

0 comments on commit 432b01e

Please sign in to comment.