Skip to content

Commit

Permalink
Merge pull request #71 from oracle/README_update
Browse files Browse the repository at this point in the history
README Android Update
  • Loading branch information
neerhaj authored Oct 14, 2024
2 parents 5317666 + 386d62b commit ed15e12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ yarn add @oracle/react-native-pushiomanager

```gradle
configurations.maybeCreate("default")
artifacts.add("default", file('PushIOManager-6.56.3.aar'))
artifacts.add("default", file('oracle-cx-mobile-base-7.0.1.aar'))

//Optional
//artifacts.add("default", file('oracle-cx-mobile-location-7.0.0.aar'))
```

- Add the following to your project-wide `settings.gradle` file:
Expand Down Expand Up @@ -108,7 +111,7 @@ After installing plugin you need to install cocoapods,
- Open the `build.gradle` file located in `android/app/` and add the following dependency,
```
implementation 'androidx.core:core:1.6.0'
implementation 'com.google.firebase:firebase-messaging:17.3.0'
implementation 'com.google.firebase:firebase-messaging:18.0.0'
```

- Open the `AndroidManifest.xml` file located in `android/app/src/main` and add the following,
Expand Down

0 comments on commit ed15e12

Please sign in to comment.