# Installation

{% hint style="danger" %}
The following information is deprecated and may limit its use. Please refer to the WalletConnect 2.0 tab for the latest version of NEOPIN wallet integration: [walletconnect-2.0](https://docs.neopin.io/developers/walletconnect-2.0 "mention")
{% endhint %}

## 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](https://jitpack.io/).

### Root Gradle Repositories

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

### App Gradle Dependency

<pre class="language-groovy"><code class="lang-groovy">dependencies {
    ...
    implementation 'com.github.Neopin:NeopinConnect-AOS:1.0.1
<strong>}
</strong></code></pre>

## Sample Download

Clone or download the Sample App via [Github](https://github.com/Neopin/NeopinConnect-AOS).

* Repository: <https://github.com/Neopin/NeopinConnect-AOS>

## Dependencies

* [WalletConnect](https://github.com/trustwallet/wallet-connect-kotlin)
* [zxing](https://github.com/zxing/zxing)

## License

MIT License (see the LICENSE file).
