Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xamarin.Android.Build.Tasks] Fix the inclusion of .config files in the Apk. #16

Merged
merged 1 commit into from
May 4, 2016

Commits on May 4, 2016

  1. [Xamarin.Android.Build.Tasks] Fix the inclusion of .config files in t…

    …he Apk.
    
    Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=40804
    
    There was an issue with including config files in the final apk when
    using release builds. Firstly they were not even being picked up
    because the CopyConfigFiles task was expecting a list of config files
    not a list of assemblies which is what it was receiving.
    
    Secondly the BuildApk task was not placing them in the assemblies
    directory.
    
    This commit fixes both of those issues.
    dellis1972 committed May 4, 2016
    Configuration menu
    Copy the full SHA
    488b7b0 View commit details
    Browse the repository at this point in the history