Skip to content
New issue

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

Android release bundle shows notifications #20

Closed
perrosnk opened this issue Mar 26, 2021 · 4 comments
Closed

Android release bundle shows notifications #20

perrosnk opened this issue Mar 26, 2021 · 4 comments

Comments

@perrosnk
Copy link

After upgrading to 1.1.9 I am seeing these notifications in the release bundle
Screen Shot 2021-03-27 at 1 28 31 AM
Screen Shot 2021-03-27 at 1 28 41 AM
Screen Shot 2021-03-27 at 1 28 55 AM

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

@thomasmso
Copy link
Member

Could you make sure you are on the latest AppLovin Android SDK 10.1.1, and not 10.1.0?

@perrosnk
Copy link
Author

@thomasmso In the app-level build.gradle I am using implementation 'com.applovin:applovin-sdk:+'. Is this what you mean?

@thomasmso
Copy link
Member

You can re-run Gradle or hardcode it to 10.1.1 (by replacing the '+')

@perrosnk
Copy link
Author

@thomasmso it was indeed fixed after hardcoding v10.1.1. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants