Skip to content

Commit

Permalink
fix crash with android SDK >=31
Browse files Browse the repository at this point in the history
  • Loading branch information
LupaDevStudio committed Nov 23, 2023
1 parent 0ab4627 commit 71063ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ android.add_src = src
#android.add_assets =

# (list) Gradle dependencies to add
android.gradle_dependencies = com.google.android.gms:play-services-ads:20.3.0
android.gradle_dependencies = com.google.android.gms:play-services-ads:22.5.0

# (bool) Enable AndroidX support. Enable when 'android.gradle_dependencies'
# contains an 'androidx' package, or any package from Kotlin source.
Expand Down

0 comments on commit 71063ae

Please sign in to comment.