NEOPIN Docs
Search
K
Comment on page

Installation

Preparations for NEOPIN Connect integration

Requirements

The minimum requirements for using the Android version of NEOPIN Connect are as follows:
  • Android SDK 26 or higher (minSdk 26)

Library Download (Gradle)

Android SDK can be installed using Gradle.

Root Gradle Repositories

repositories {
...
maven { url 'https://jitpack.io' }
}

App Gradle Dependency

dependencies {
...
implementation 'com.github.Neopin:NeopinConnect-AOS:1.0.1
}

Sample Download

Clone or download the Sample App via Github.

Dependencies

License

MIT License (see the LICENSE file).
Last modified 9mo ago