2016-10-31 16:42:03 +01:00

2017-07-21 15:56:48 +02:00
[](http://twitter.com/Cryptomator)
[](https://community.cryptomator.org)
2019-11-13 13:29:31 +01:00
[](https://docs.cryptomator.org)
2020-12-23 15:53:46 +01:00
[](https://crowdin.com/project/cryptomator-android)
2017-07-21 15:56:48 +02:00
2020-12-21 15:52:03 +01:00
Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.
2016-10-31 16:42:03 +01:00
2020-12-21 15:52:03 +01:00
Cryptomator for Android is currently available in the following distribution channels:
2016-10-31 16:42:03 +01:00
2020-12-21 15:52:03 +01:00
1. [Using Google Play ](https://play.google.com/store/apps/details?id=org.cryptomator )
2. [Using Cryptomator's Website ](https://cryptomator.org/android/ )
3. Building from source using Gradle (instructions below)
2017-01-30 21:20:27 +01:00
2020-12-21 15:52:03 +01:00
## Building
2016-10-31 16:42:03 +01:00
2020-12-21 15:52:03 +01:00
### Dependencies
* Git
* JDK 8
* Gradle
### Run Git and Gradle
```
git submodule init & & git submodule update // (not necessary if cloned using --recurse-submodules)
2021-01-12 15:23:31 +01:00
./gradlew assembleApkstoreDebug
2020-12-21 15:52:03 +01:00
```
2021-01-20 18:44:17 +01:00
Before connecting to Onedrive or Dropbox you have to provide valid API keys using environment variables:
For build type
* **release**: `ONEDRIVE_API_KEY` or `DROPBOX_API_KEY` .
* **debug**: `ONEDRIVE_API_KEY_DEBUG` or `DROPBOX_API_KEY_DEBUG` .
2020-12-21 15:52:03 +01:00
## License
This project is dual-licensed under the GPLv3 for FOSS projects as well as a commercial license for independent software vendors and resellers. If you want to modify this application under different conditions, feel free to contact our support team.