pluxbiosignals / android-sample

Working example of PLUX's Android API.
https://plux.info
4 stars 3 forks source link

API

PLUX API Android Sample App


Working example of PLUX's Android API.

Prerequisites

Supported Devices

How-to use the library in your projects

  1. In your root-level (project-level) Gradle file add the repository URL link to the repositories block:

    repositories {
        // ... other dependencies
        maven { url "https://codeberg.org/api/packages/MavenPLUX/maven" }
    }
  2. In your module (app-level) Gradle file add the dependency for the PLUX API Android library.

    dependencies {
    // ... other dependencies
    implementation 'info.plux.api:api:1.5.2'
    }