Skip to main content
Answered

I have a problem when I install the intercom library in react native

  • 25 July 2024
  • 1 reply
  • 51 views

I wanted to know if you have any solution regarding this error?

buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:4.0.1")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
}
}

apply plugin: "com.facebook.react.rootproject"

gradlew properties

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

I look forward to a quick response, thank you very much.

1 reply

Userlevel 4
Badge +4

Hey @Aquiles Hernan 👋 it looks like your Gradle dependancy is set to 4.0.1 at the moment, could you try updating this to something above 8? Let me know how this goes for you 🚀

Reply