Skip to content

Commit

Permalink
Add version information to documentation (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Apr 18, 2024
1 parent 655e5f7 commit a66b27c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This repository holds the 5GMS Common Library implementation of the 5G-MAG Refer
## Introduction

The 5GMS Common Library is an Android library that includes models and helper classes used within
the different client-side Android applications such as the 5GMSd-Aware Application, 5GMSd Media Stream
the different client-side Android applications such as the 5GMSd-Aware Application, 5GMSd Media
Stream
Handler and the 5GMSd Media Session Handler.

## Downloading
Expand Down Expand Up @@ -64,6 +65,9 @@ dependencyResolutionManagement {

#### 2. Include the 5GMS Common Library in your module gradle file

Replace the version number in the example below with the version number you are using,
e.g. `1.2.0` instead of `1.0.0`.

````
dependencies {
// 5GMAG
Expand Down

0 comments on commit a66b27c

Please sign in to comment.