Skip to content

Commit

Permalink
PR zo0r#963: Merge remote-tracking branch 'hussainahmad/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike McCartney committed Feb 15, 2019
2 parents 548c4d1 + 1c62f5d commit f7e3f5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ dependencies {
def firebaseVersion = project.hasProperty('firebaseVersion') ? project.firebaseVersion : DEFAULT_FIREBASE_MESSAGING_VERSION

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

}

0 comments on commit f7e3f5e

Please sign in to comment.