Skip to content

Commit 37edf6f

Browse files
authored
Support for RN 0.56 and Android O+
1 parent af92543 commit 37edf6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

android/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.1"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.3"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 23
9+
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
1212
ndk {
@@ -26,6 +26,7 @@ dependencies {
2626
compile 'com.facebook.react:react-native:+'
2727
compile 'com.google.android.gms:play-services-gcm:9.4.0'
2828
compile 'com.google.firebase:firebase-messaging:9.4.0'
29+
compile 'com.android.support:appcompat-v7:26.0.+'
2930
compile 'com.microsoft.azure:notification-hubs-android-sdk:0.4@aar'
3031
compile 'com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
3132
}

0 commit comments

Comments
 (0)