Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request sdk_group/store-android-sdk!196
  • Loading branch information
kseniashabalina committed Feb 16, 2024
2 parents 8ec1d26 + 72eca5b commit 54350b1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ You can integrate all of these libraries or specific libraries that meet your ne
* Android OS 5.0 or higher
* Internet connection

## Install library

The library are available in Maven Central.
* [Login library](https://search.maven.org/artifact/com.xsolla.android/login)
* [Store library](https://search.maven.org/artifact/com.xsolla.android/store)
* [Inventory library](https://search.maven.org/artifact/com.xsolla.android/inventory)
* [Payments library](https://search.maven.org/artifact/com.xsolla.android/payments)

To install the necessary library:

1. Start Android Studio.
2. Open `build.gradle` file of your application.
3. Add the following line to the dependencies section, where `<version_number>` is the required version of the library. Example for Store library:

```
implementation 'com.xsolla.android:store:<version_number>'
```

Follow the [documentation](https://developers.xsolla.com/sdk/android/) to initialize library and configure project on Xsolla side.

## Legal info

Expand Down

0 comments on commit 54350b1

Please sign in to comment.