Skip to content

UDCA included to collect UsageData, +Bugly to trace #46

UDCA included to collect UsageData, +Bugly to trace

UDCA included to collect UsageData, +Bugly to trace #46

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Show file tree
run: |
sudo apt-get install tree
tree .
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build