We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading to 1.1.9 I am seeing these notifications in the release bundle
I am building the release with: cd android/ && ./gradlew :app:assembleRelease
cd android/ && ./gradlew :app:assembleRelease
I have also applied this patch
This issue could be related to this
I am using RN 0.61.5
The text was updated successfully, but these errors were encountered:
Could you make sure you are on the latest AppLovin Android SDK 10.1.1, and not 10.1.0?
Sorry, something went wrong.
@thomasmso In the app-level build.gradle I am using implementation 'com.applovin:applovin-sdk:+'. Is this what you mean?
implementation 'com.applovin:applovin-sdk:+'
You can re-run Gradle or hardcode it to 10.1.1 (by replacing the '+')
@thomasmso it was indeed fixed after hardcoding v10.1.1. Thank you
No branches or pull requests
After upgrading to 1.1.9 I am seeing these notifications in the release bundle
I am building the release with:
cd android/ && ./gradlew :app:assembleRelease
I have also applied this patch
This issue could be related to this
I am using RN 0.61.5
The text was updated successfully, but these errors were encountered: