2018-04-28 01:36:03 +02:00
# LBRY Android
2019-03-30 10:24:20 +01:00
[![pipeline status ](https://ci.lbry.tech/lbry/lbry-android/badges/master/pipeline.svg )](https://ci.lbry.tech/lbry/lbry-android/commits/master)
2019-10-12 21:11:09 +02:00
[![GitHub license ](https://img.shields.io/github/license/lbryio/lbry-android )](https://github.com/lbryio/lbry-android/blob/master/LICENSE)
2018-04-30 21:16:46 +02:00
2020-06-19 07:57:48 +02:00
An Android browser and wallet for the [LBRY ](https://lbry.com ) network.
2017-08-13 03:24:00 +02:00
2019-10-21 07:30:33 +02:00
< img src = "https://spee.ch/@lbry:3f/android-08-homepage.gif" alt = "LBRY Android GIF" width = "384px" / >
2018-06-30 13:25:57 +02:00
2018-04-28 01:36:03 +02:00
## Installation
2018-04-30 21:23:34 +02:00
The minimum supported Android version is 5.0 Lollipop. There are two ways to install:
2018-09-24 14:30:06 +02:00
1. Via the Google Play Store. Anyone can join the [open beta ](https://play.google.com/apps/testing/io.lbry.browser ) in order to install the app from the Play Store.
2018-04-30 21:23:34 +02:00
1. Direct APK install available at [http://build.lbry.io/android/latest.apk ](http://build.lbry.io/android/latest.apk ). You will need to enable installation from third-party sources on your device in order to install from this source.
2017-08-13 03:24:00 +02:00
2018-04-28 01:36:03 +02:00
## Usage
2020-03-02 16:22:19 +01:00
The app can be launched by opening **LBRY** from the device's app drawer or via the shortcut on the home screen if that was created upon installation.
2017-08-13 03:24:00 +02:00
2018-04-28 01:36:03 +02:00
## Running from Source
2020-12-14 20:38:57 +01:00
Clone the repository and open the project in Android Studio. Android Studio will automatically run the initial build process.
Create file 'twitter.properties' in app/ folder with the following content:
```
twitterConsumerKey=XXXXXX
twitterConsumerSecret=XXXXXX
```
2022-04-18 06:14:25 +02:00
Rename the file 'google-services.sample.json' to 'google-services.json' in the app/ folder.
2020-12-14 20:38:57 +01:00
Click the Sync button and when process finishes, the Run button to launch the app on your simulator or connected debugging device after the build process is complete.
2017-08-13 03:24:00 +02:00
2018-04-28 01:36:03 +02:00
## Contributing
Contributions to this project are welcome, encouraged, and compensated. For more details, see https://lbry.io/faq/contributing
2017-08-13 03:24:00 +02:00
2018-04-28 01:36:03 +02:00
## License
This project is MIT licensed. For the full license, see [LICENSE ](LICENSE ).
2017-08-13 03:24:00 +02:00
2018-04-28 01:36:03 +02:00
## Security
2021-09-28 16:19:37 +02:00
We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is [here ](https://lbry.com/faq/pgp-key ) if you need it.
2017-08-13 03:24:00 +02:00
2018-04-28 01:36:03 +02:00
## Contact
2019-04-05 16:54:56 +02:00
The primary contact for this project is [@akinwale ](https://github.com/akinwale ) (akinwale@lbry.com)