awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

fix(android-exports): make android exports path valid #340

Open MorCohenAres opened 2 years ago

MorCohenAres commented 2 years ago

Issue #, if available: N/A

Description of changes: Configuration/Exports file in android should sit under res/raw and have a name with no dashes (-), just like amplifyconfiguration.json. Fix it so Android project can consume the config file.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.