Skip to content

Commit

Permalink
Firebase compatibility version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Nov 5, 2016
1 parent 9fd025b commit 840a681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admob/config-firebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def can_build(plat):

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

0 comments on commit 840a681

Please sign in to comment.