We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8094189 commit 9a79bf2Copy full SHA for 9a79bf2
build.gradle
@@ -203,7 +203,7 @@ dependencies {
203
// uncomment for gplay, modified
204
// implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
205
// implementation "com.google.android.gms:play-services-base:${googleLibraryVersion}"
206
- // implementation 'com.google.firebase:firebase-core:${googleLibraryVersion}'
+ // implementation "com.google.firebase:firebase-core:${googleLibraryVersion}"
207
implementation 'org.parceler:parceler-api:1.1.6'
208
annotationProcessor 'org.parceler:parceler:1.1.6'
209
implementation 'com.github.bumptech.glide:glide:3.7.0'
0 commit comments