Skip to content

Commit

Permalink
Upgraded services to the last version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Nov 2, 2016
1 parent 2d21f55 commit db2bdc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admob/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ def can_build(plat):

def configure(env):
if (env['platform'] == 'android'):
env.android_add_dependency("compile 'com.google.android.gms:play-services-ads:8.3.0'")
env.android_add_dependency("compile 'com.google.android.gms:play-services-ads:+'")
env.android_add_java_dir("android")
env.android_add_to_manifest("android/AndroidManifestChunk.xml")
env.disable_module()

0 comments on commit db2bdc4

Please sign in to comment.