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.
2 parents 548c4d1 + 1c62f5d commit f7e3f5eCopy full SHA for f7e3f5e
android/build.gradle
@@ -49,11 +49,10 @@ dependencies {
49
def firebaseVersion = project.hasProperty('firebaseVersion') ? project.firebaseVersion : DEFAULT_FIREBASE_MESSAGING_VERSION
50
51
implementation fileTree(dir: 'libs', include: ['*.jar'])
52
- testCompile 'junit:junit:4.12'
+ testImplementation 'junit:junit:4.12'
53
implementation "com.android.support:appcompat-v7:$supportLibVersion"
54
implementation 'com.facebook.react:react-native:+'
55
implementation "com.google.android.gms:play-services-gcm:$googlePlayServicesVersion"
56
implementation 'me.leolin:ShortcutBadger:1.1.8@aar'
57
implementation "com.google.firebase:firebase-messaging:$firebaseVersion"
58
-
59
}
0 commit comments