### Intro

`upvpn-android` is an Android Studio project.

UpVPN Android app is built using modern Android framework based on Jetpack Compose, Room, etc. in Kotlin.

### Downloads

Download UpVPN Android app using one of the following options:
- [Play Store](https://play.google.com/store/apps/details?id=app.upvpn.upvpn)
- [Amazon Appstore](https://www.amazon.com/dp/B0CQ3PNX54)
- [Samsung Galaxy Store](https://galaxy.store/upvpn)
- APK from [Github Releases](https://github.com/upvpn/upvpn-app/releases)

### Dev Setup

Install:
- Android Studio
- CMake


Before building app in Android Studio run following from root of this Git repo

```
cargo make android-init
```