Skip to content

Commit

Permalink
add onesignal-iceperk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tap349 committed Jul 29, 2019
1 parent f881e8b commit 84fbe88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"

implementation('com.onesignal:OneSignal:3.11.1') {
//implementation('com.onesignal:OneSignal:3.11.1') {
// // Exclude com.android.support(Android Support library) as the version range starts at 26.0.0
// // This is due to compileSdkVersion defaulting to 23 which cant' be lower than the support library version
// // And the fact that the default root project is missing the Google Maven repo required to pull down 26.0.0+
// exclude group: 'com.android.support'
// // Keeping com.google.android.gms(Google Play services library) as this version range starts at 10.2.1
//}

implementation files('libs/onesignal-iceperk.aar') {
// Exclude com.android.support(Android Support library) as the version range starts at 26.0.0
// This is due to compileSdkVersion defaulting to 23 which cant' be lower than the support library version
// And the fact that the default root project is missing the Google Maven repo required to pull down 26.0.0+
Expand Down
Empty file modified android/gradlew
100644 → 100755
Empty file.
Binary file added android/libs/onesignal-iceperk.aar
Binary file not shown.

0 comments on commit 84fbe88

Please sign in to comment.