Skip to content

Commit

Permalink
Update Readme.md (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordijoangimenez authored Jun 5, 2023
1 parent e991760 commit 10db188
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 5GMSd Common Android Library
# 5GMS Common Android Library

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

## Introduction

The 5GMSd Common Library is an Android library that includes models and helper classes used within
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
Handler and the 5GMSd Media Session Handler.

Expand Down Expand Up @@ -37,7 +37,7 @@ project by specifying the path to the bundle.

## Publish to local Maven Repository

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

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

## Include from local Maven Repository

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

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

#### 1. Add `mavenLocal()` to your project gradle file
Expand All @@ -62,7 +62,7 @@ dependencyResolutionManagement {
}
````

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

````
dependencies {
Expand Down

0 comments on commit 10db188

Please sign in to comment.