Skip to content

fix: Compatibility issue while calling getDataFromDataLogger() method #199

fix: Compatibility issue while calling getDataFromDataLogger() method

fix: Compatibility issue while calling getDataFromDataLogger() method #199

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download repository
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Gradle
run: |
bash ./gradlew build --stacktrace
- name: Store APK file
uses: actions/upload-artifact@v3
with:
name: apk-files
path: |
app/build/outputs/apk/debug/app-debug.apk