[notifications] Continue android implementation

This commit is contained in:
Chris Bianca
2018-02-15 14:59:21 +00:00
parent 99b4b6550b
commit cd0ef4e3b7
15 changed files with 413 additions and 276 deletions

View File

@@ -15,8 +15,8 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "25.0.3"
compileSdkVersion 27
buildToolsVersion "27.0.2"
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
@@ -82,6 +82,7 @@ rootProject.gradle.buildFinished { buildResult ->
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "com.facebook.react:react-native:+" // From node_modules
compile "com.android.support:support-v4:27.0.2"
compile 'me.leolin:ShortcutBadger:1.1.21@aar'
compile "com.google.android.gms:play-services-base:$firebaseVersion"
compile "com.google.firebase:firebase-core:$firebaseVersion"