Hi,
tapjoy package not loading in android.
if we add react-native-tapjoy then getting this below error with sync.
**Expected org.gradle.api.artifacts.result.ResolvedDependencyResult but found org.gradle.api.internal.artifacts.result.DefaultUnresolvedDependencyResult **
and i am using this dependencies in app
classpath('com.android.tools.build:gradle:3.5.4')

gradle --version
Gradle 7.3.1
Build time: 2021-12-01 15:42:20 UTC
Revision: 2c62cec93e0b15a7d2cd68746f3348796d6d42bd
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.1 (Homebrew 17.0.1+1)
OS: Mac OS X 10.15.7 x86_64
Android studio Version
Android Studio Arctic Fox | 2020.3.1 Patch 3
I already tried with downgrade and upgrade gradle version. before install tapjoy package my project was working. after install react-native-tapjoy facing this issue. i seems in package wrapper gradle version is lower. so might be it's not working.
Anyone have solution?
Thank you.