Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit f7e3f5e

Browse files
author
Mike McCartney
committed
PR #963: Merge remote-tracking branch 'hussainahmad/patch-1'
2 parents 548c4d1 + 1c62f5d commit f7e3f5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ dependencies {
4949
def firebaseVersion = project.hasProperty('firebaseVersion') ? project.firebaseVersion : DEFAULT_FIREBASE_MESSAGING_VERSION
5050

5151
implementation fileTree(dir: 'libs', include: ['*.jar'])
52-
testCompile 'junit:junit:4.12'
52+
testImplementation 'junit:junit:4.12'
5353
implementation "com.android.support:appcompat-v7:$supportLibVersion"
5454
implementation 'com.facebook.react:react-native:+'
5555
implementation "com.google.android.gms:play-services-gcm:$googlePlayServicesVersion"
5656
implementation 'me.leolin:ShortcutBadger:1.1.8@aar'
5757
implementation "com.google.firebase:firebase-messaging:$firebaseVersion"
58-
5958
}

0 commit comments

Comments
 (0)