Skip to content

Commit

Permalink
chore: update readme & migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinhal committed Jan 18, 2022
1 parent e68d03a commit 9beff0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ We have made some changes to existing packages, removed a few and added several

```gradle
dependencies {
def notificare_version = '3.0.0-beta.1'
def notificare_version = '3.0.0-beta.2'
implementation "re.notifica:notificare:$notificare_version"
//
Expand Down Expand Up @@ -88,7 +88,7 @@ In the hypothetical scenario where you have an app that wants to add push notifi

```gradle
dependencies {
def notificare_version = '3.0.0-beta.1'
def notificare_version = '3.0.0-beta.2'
implementation "re.notifica:notificare:$notificare_version"
implementation "re.notifica:notificare-inbox:$notificare_version"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Apply the plugin and add the following dependencies to your app's `build.gradle`
apply plugin: 're.notifica.gradle.notificare-services'
dependencies {
def notificare_version = '3.0.0-beta.1'
def notificare_version = '3.0.0-beta.2'
implementation "re.notifica:notificare:$notificare_version"
// Optional modules
Expand Down

0 comments on commit 9beff0b

Please sign in to comment.