Skip to content

Commit

Permalink
Add new dependency to Android build
Browse files Browse the repository at this point in the history
Add com.android.support:support-v4:27.+ to Android build to properly support FileProvider.
  • Loading branch information
Shin-NiL authored Jun 29, 2018
1 parent 3b1aec6 commit 5e7f4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def configure(env):
if (env['platform'] == 'android'):
env.android_add_java_dir("android")
env.android_add_to_manifest("android/AndroidManifestChunk.xml")
env.android_add_dependency("compile 'com.android.support:support-v4:27.+'")
env.android_add_res_dir("android/res")
env.disable_module()

Expand Down

0 comments on commit 5e7f4fd

Please sign in to comment.