> For the complete documentation index, see [llms.txt](https://docs.neopin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neopin.io/developers/deprecated/deprecated-neopin-connect-1.0/dapp/android/installation.md).

# 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](/developers/walletconnect-2.0.md)
{% 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).
