update readme again
This commit is contained in:
parent
7b0126f73c
commit
1cc1ba63df
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ No installation required as this is a dev library.
|
|||
1. Open your project in Android Studio.
|
||||
1. File > New > New Module...
|
||||
1. Select Import .JAR / .AAR Package and click Next
|
||||
1. Select the lbrysdk-<version>-<debug|release>.aar package from the location you built or downloaded it to
|
||||
1. Select the `lbrysdk-<version>-<debug|release>.aar` package from the location you built or downloaded it to where `version` is the sdk version and `<debug|release>` is either `debug` or `release`.
|
||||
1. Click Finish
|
||||
1. Add `implementation project(':lbrysdk-<version>-<debug|release>')` to the `build.gradle` configuration for the main app module.
|
||||
|
||||
### Using the SDK
|
||||
Add the `FOREGROUND_SERVICE` and `INTERNET` permissions to `AndroidManifest.xml` if they are not yet added.
|
||||
|
|
Loading…
Reference in a new issue