Skip to content

Commit

Permalink
Changed audience network SDK version from 6.2.+ to 6.+
Browse files Browse the repository at this point in the history
callstack#310 (comment)

Problem
----------
It can't show any type of ads without getting the error message:
Error: The SDK version in the ad request is no longer supported for new apps. Please upgrade to the latest version of the SDK.

Solution
----------
Change "implementation 'com.facebook.android:audience-network-sdk:6.2.+" to "implementation 'com.facebook.android:audience-network-sdk:6.+'".
  • Loading branch information
atish-sharma authored Sep 16, 2022
1 parent 7893520 commit 3cfae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ repositories {
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation "com.android.support:recyclerview-v7:${safeExtGet('supportLibVersion', '26.1.0')}"
implementation 'com.facebook.android:audience-network-sdk:6.2.+'
implementation 'com.facebook.android:audience-network-sdk:6.+'
implementation 'com.facebook.android:facebook-android-sdk:6.+'
}

0 comments on commit 3cfae99

Please sign in to comment.