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.gradle_dependencies issue #118

Open
PythonNoob6643 opened this issue Sep 23, 2022 · 2 comments
Open

android.gradle_dependencies issue #118

PythonNoob6643 opened this issue Sep 23, 2022 · 2 comments

Comments

@PythonNoob6643
Copy link

Hi I could really use some help if its possible , when i compile a application just to test if kivmob banners are working i recieve an error it originates from |||| android.gradle_dependencies = 'com.google.firebase:firebase-ads:10.2.0'|||| the log response 79: Unexpected input: '{' @ line 79, column 14.
dependencies {
^
so i can presume its the apostrophes and when i compile it without it the test ads do not show on android could any one maybe guide me or help me understand how i can over come this issue im having with kivmob, thank you for your time and pardon my english.

@diogokravetz
Copy link
Contributor

Hi PythonNoob6643, I was facing the same problem in my apps, I was able to solve this problem using android.gradle_dependencies='com.google.firebase:firebase-ads:15.0.0' instead of android.gradle_dependencies='com.google.firebase: firebase-ads:10.2.0' using api 31 in buildozer.speec

@PythonNoob6643
Copy link
Author

I just want to say thank you for answering and for the solution its highly appreciated

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