Skip to content

Commit

Permalink
Merge pull request #12 from maxcanna/fix-release
Browse files Browse the repository at this point in the history
Get google services json
  • Loading branch information
maxcanna authored Oct 31, 2023
2 parents 9882c4c + 80a8435 commit 9c8b666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-
- name: Get google-services.json
run: echo ${{ secrets.GOOGLE_SERVICES_JSON }} | base64 -d > MuzeiWebcam/google-services.json
- name: Build
run: |
./gradlew assembleRelease
Expand Down
2 changes: 1 addition & 1 deletion MuzeiWebcam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.google.firebase.crashlytics'
def versionMajor = 2
def versionMinor = 4
def versionPatch = 2
def versionBuild = 0
def versionBuild = 1

android {
compileSdk 34
Expand Down

0 comments on commit 9c8b666

Please sign in to comment.