You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: