Skip to content

Commit 07b2c65

Browse files
Update Readme.md (#13)
1 parent 1750b1a commit 07b2c65

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 5GMSd Common Android Library
1+
# 5GMS Common Android Library
22

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

55
## Introduction
66

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

@@ -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 5GMSd Common Library is via a local or remote Maven repository (see
40+
The preferred way to include the 5GMS 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 5GMSd Common Library from a local Maven repository apply the following changes.
49+
To include the 5GMS Common Library from a local Maven repository apply the following changes.
5050

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
51+
Note: When using the other 5GMS 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
5353
above).
5454

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

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

6767
````
6868
dependencies {

0 commit comments

Comments
 (0)