I added my license file into MYExampleApp->src folder.
If i generate the APK without using proguard my license file is present in Meta-Inf folder. but if i am using proguard the license file is not present in Meta-Inf folder.
I want include my license file int Meta-Inf folder.
How can i achieve this? Please help me!