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

Enables the ability to support multiple push providers #1128

Closed
wants to merge 11 commits into from
14 changes: 5 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,11 @@ android {
}

dependencies {
def supportLibVersion = safeExtGet('supportLibVersion', '27.1.1')
def googlePlayServicesVersion = safeExtGet('googlePlayServicesVersion', '+')
def firebaseVersion = safeExtGet('firebaseVersion', '+')

implementation fileTree(dir: 'libs', include: ['*.jar'])
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 "androidx.appcompat:appcompat:1.0.2"
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.google.android.gms:play-services-gcm:${safeExtGet('googlePlayServicesVersion', '+')}"
implementation 'me.leolin:ShortcutBadger:1.1.8@aar'
implementation "com.google.firebase:firebase-messaging:$firebaseVersion"
}
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseVersion', '+')}"
}
120 changes: 0 additions & 120 deletions android/react-native-notifications.iml

This file was deleted.

Loading