Skip to content

Commit

Permalink
Add information about the dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed May 3, 2023
1 parent 54dce89 commit 3479204
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fivegmag_5GMSdAwareApplication/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ cd ~
git clone https://github.com/5G-MAG/rt-5gms-application.git
```

## Install dependencies
The 5GMSd Aware Application requires the [Common Android Library](https://github.com/5G-MAG/rt-5gms-common-android-library) and the [Media Stream Handler](https://github.com/5G-MAG/rt-5gms-media-stream-handler) to run.

Both are included as Maven dependencies in the `build.gradle`:

````
dependencies {
implementation 'com.fivegmag:a5gmscommonlibrary:1.0.0'
implementation 'com.fivegmag:a5gmsmediastreamhandler:1.0.0'
}
````

To install these two dependencies follow the corresponding installation guides in the Readme documentation of both projects. Make sure to publish both of them to a local Maven repository:

* [Common Android Library](https://github.com/5G-MAG/rt-5gms-common-android-library#publish-to-local-maven-repository)
* [Media Stream Handler](https://github.com/5G-MAG/rt-5gms-media-stream-handler#publish-to-local-maven-repository)


## Building

Call the following command in order to generate the `apk` bundles.
Expand Down

0 comments on commit 3479204

Please sign in to comment.