We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af92543 commit 37edf6fCopy full SHA for 37edf6f
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.1"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.3"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 23
+ targetSdkVersion 26
10
versionCode 1
11
versionName "1.0"
12
ndk {
@@ -26,6 +26,7 @@ dependencies {
26
compile 'com.facebook.react:react-native:+'
27
compile 'com.google.android.gms:play-services-gcm:9.4.0'
28
compile 'com.google.firebase:firebase-messaging:9.4.0'
29
+ compile 'com.android.support:appcompat-v7:26.0.+'
30
compile 'com.microsoft.azure:notification-hubs-android-sdk:0.4@aar'
31
compile 'com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
32
}
0 commit comments