File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 26
4
+ compileSdkVersion 28
5
5
6
6
defaultConfig {
7
7
minSdkVersion 16
8
- targetSdkVersion 26
8
+ targetSdkVersion 28
9
9
versionCode 1
10
10
versionName " 1.0"
11
11
ndk {
@@ -24,7 +24,7 @@ dependencies {
24
24
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
25
25
implementation ' com.facebook.react:react-native:+'
26
26
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'
28
28
implementation ' com.microsoft.azure:notification-hubs-android-sdk:0.4@aar'
29
29
implementation ' com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
30
30
}
You can’t perform that action at this time.
0 commit comments