Skip to content

Commit 2564db0

Browse files
committed
Fixed compiling issue in release config.
1 parent 4f13c4d commit 2564db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55

66
defaultConfig {
77
minSdkVersion 16
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
ndk {
@@ -24,7 +24,7 @@ dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
implementation 'com.facebook.react:react-native:+'
2626
implementation 'com.google.firebase:firebase-messaging:17.6.0'
27-
implementation 'com.android.support:appcompat-v7:26.1.0'
27+
implementation 'com.android.support:appcompat-v7:28.0.0'
2828
implementation 'com.microsoft.azure:notification-hubs-android-sdk:0.4@aar'
2929
implementation 'com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
3030
}

0 commit comments

Comments
 (0)