Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit f330033

Browse files
authored
Merge pull request #406 from CAAPIM/develop
Updating README to add maven central dependencies.
2 parents eb6e6e3 + 2047904 commit f330033

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ For more information about our mobile products see the [developer website](http:
4141
Edit your build.gradle file and add below dependency:
4242
```gradle
4343
dependencies {
44-
implementation 'com.ca:mas-foundation:2.2.00'
44+
implementation 'com.ca.apim:mas-foundation:2.2.0'
4545
46-
implementation 'com.ca:mas-connecta:2.2.00' // (Optional) Only required when using mas connecta
47-
implementation 'com.ca:mas-storage:2.2.00' // (Optional) Only required when using mas storage
48-
implementation 'com.ca:masui:2.2.00' // (Optional) Only required when using MASUI Template. The MAS UI library provides sample user interfaces for Login, OTP, Social Login, and Enterprise Browser.
46+
implementation 'com.ca.apim:mas-connecta:2.2.0' // (Optional) Only required when using mas connecta
47+
implementation 'com.ca.apim:mas-storage:2.2.0' // (Optional) Only required when using mas storage
48+
implementation 'com.ca.apim:masui:2.2.0' // (Optional) Only required when using MASUI Template. The MAS UI library provides sample user interfaces for Login, OTP, Social Login, and Enterprise Browser.
4949
5050
implementation 'org.bouncycastle:bcpkix-jdk15on:1.64' // (Optional) Only required when you want to support Android 4.1.x
5151
}

0 commit comments

Comments
 (0)