Skip to content

Add firebase analytics #9

Add firebase analytics

Add firebase analytics #9

Workflow file for this run

name: Build
on: [ push ]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
# Execute unit tests
- name: Unit Test
run: ./gradlew testDebugUnitTest