Skip to content

Commit e991760

Browse files
Documentation updates (#10)
* Update Readme.md
1 parent d354de9 commit e991760

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 5G-MAG Reference Tools: 5GMS Common Library
1+
# 5GMSd Common Android Library
22

3-
This repository holds the 5GMS Common Library implementation of the 5G-MAG Reference Tools.
3+
This repository holds the 5GMSd Common Library implementation of the 5G-MAG Reference Tools.
44

55
## Introduction
66

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

1111
## Downloading
1212

@@ -37,7 +37,7 @@ project by specifying the path to the bundle.
3737

3838
## Publish to local Maven Repository
3939

40-
The preferred way to include the 5GMS Common Library is via a local or remote Maven repository (see
40+
The preferred way to include the 5GMSd Common Library is via a local or remote Maven repository (see
4141
below). To include the library from a local Maven repository we need to publish it locally first:
4242

4343
````
@@ -46,10 +46,10 @@ below). To include the library from a local Maven repository we need to publish
4646

4747
## Include from local Maven Repository
4848

49-
To include the 5GMS Common Library from a local Maven repository apply the following changes.
49+
To include the 5GMSd Common Library from a local Maven repository apply the following changes.
5050

51-
Note: When using the other 5G-MAG client-side projects the changes below are already included. In
52-
this case the 5GMS Common Library only needs to be published to the local Maven repository (see
51+
Note: When using the other 5GMSd client-side projects the changes below are already included. In
52+
this case the 5GMSd Common Library only needs to be published to the local Maven repository (see
5353
above).
5454

5555
#### 1. Add `mavenLocal()` to your project gradle file
@@ -62,7 +62,7 @@ dependencyResolutionManagement {
6262
}
6363
````
6464

65-
#### 2. Include the 5GMS Common Library in your module gradle file
65+
#### 2. Include the 5GMSd Common Library in your module gradle file
6666

6767
````
6868
dependencies {
@@ -78,4 +78,4 @@ the [Gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflo
7878
. The `development`
7979
branch of this project serves as an integration branch for new features. Consequently, please make
8080
sure to switch to the `development`
81-
branch before starting the implementation of a new feature.
81+
branch before starting the implementation of a new feature.

0 commit comments

Comments
 (0)