@@ -7,7 +7,7 @@ buildscript {
77 if (project == rootProject) {
88 repositories {
99 google()
10- jcenter ()
10+ mavenCentral ()
1111 }
1212
1313 dependencies {
@@ -23,15 +23,13 @@ def safeExtGet(prop, fallback) {
2323}
2424
2525android {
26- compileSdkVersion safeExtGet(' IntercomReactNative_compileSdkVersion' , 29 )
27- buildToolsVersion safeExtGet(' IntercomReactNative_buildToolsVersion' , ' 29.0.2' )
26+ compileSdkVersion safeExtGet(' IntercomReactNative_compileSdkVersion' , 30 )
2827 defaultConfig {
2928 minSdkVersion safeExtGet(' IntercomReactNative_minSdkVersion' , 21 )
30- targetSdkVersion safeExtGet(' IntercomReactNative_targetSdkVersion' , 29 )
29+ targetSdkVersion safeExtGet(' IntercomReactNative_targetSdkVersion' , 30 )
3130 versionCode 1
3231 versionName " 1.0"
3332 buildConfigField ' String' , ' INTERCOM_VERSION_NAME' , packageVersion
34-
3533 }
3634
3735 buildTypes {
@@ -49,18 +47,18 @@ android {
4947}
5048
5149repositories {
50+ mavenCentral()
5251 mavenLocal()
5352 maven {
5453 // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
5554 url(" $rootDir /../node_modules/react-native/android" )
5655 }
5756 google()
58- jcenter()
5957}
6058
6159dependencies {
6260 // noinspection GradleDynamicVersion
6361 implementation " com.facebook.react:react-native:+" // From node_modules
6462 implementation ' com.google.firebase:firebase-messaging:20.2.+'
65- implementation ' io.intercom.android:intercom-sdk:10.+'
63+ implementation ' io.intercom.android:intercom-sdk:10.1. +'
6664}
0 commit comments