MichaelStott / KivMob

AdMob support for Kivy
MIT License
141 stars 37 forks source link

android.gradle_dependencies and API 33 #122

Open Vipers9 opened 1 year ago

Vipers9 commented 1 year ago

Hi, I'm using buildozer and trying to compile an application with Kivmob ads targeting API 33 and get android.gradle_dependencies error when using android.gradle_dependencies = 'com.google.firebase:firebase-ads:10.2.0

Has anyone managed to successfully compile using buildozer, Kivmob ads and targeting API 33? Any pointers would be most appreciated.

diogokravetz commented 1 year ago

Hi, try android.gradle_dependencies ='com.google.firebase:firebase-ads:15.0.0' .

bryutt commented 4 months ago

I'm using com.google.firebase:firebase-ads:21.4.0. The application compiles, but the advertisement does not appear. There are also no ads with com.google.firebase:firebase-ads:15.0.0.

diogokravetz commented 4 months ago

Hello, to use kivmob I am now following some changes to be able to use the latest versions: https://github.com/diogokravetz/kivmob__mod