Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ buildscript {
...
repositories {
google()
jcenter()
}
dependencies {
...
Expand All @@ -214,14 +213,11 @@ allprojects {
repositories {
mavenLocal()
google()
jcenter()
...
}
}
```

**Note**: Make sure that you have google() repository is placed above jcenter().

3. Add firebase messaging dependency in app-level build gradle `android/app/build.gradle` file.

```gradle
Expand Down
2 changes: 0 additions & 2 deletions lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
}

dependencies {
Expand All @@ -31,7 +30,6 @@ android {
repositories {
mavenCentral()
google()
jcenter()
}

String readVersion() {
Expand Down