Installation

Preparations for NEOPIN Connect integration

triangle-exclamation

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 Gradlearrow-up-right.

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 Githubarrow-up-right.

Dependencies

License

MIT License (see the LICENSE file).

Last updated