Comment on page
Installation
Preparations for NEOPIN Connect integration
The minimum requirements for using the Android version of NEOPIN Connect are as follows:
- Android SDK 26 or higher (minSdk 26)
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
implementation 'com.github.Neopin:NeopinConnect-AOS:1.0.1
}
MIT License (see the LICENSE file).
Last modified 9mo ago