Skip to content

Move connecting/disconnecting from service to onCreate/Destroy #719

Move connecting/disconnecting from service to onCreate/Destroy

Move connecting/disconnecting from service to onCreate/Destroy #719

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build