Skip to content
Commit d88adfba authored by Christian Cook's avatar Christian Cook
Browse files

Uses current flavor app id

Currently the plugin pulls the `PACKAGE_NAME`, early on in the build process. After working with Android product flavors where I am building different APKs with different applicationIds (com.test.app.alpha, com.test.app.beta, com.test.app) the permission still sticks with the core package name. These permission requests then conflict with each other when having multiple APKs on the same device, and can even stop the app from being downloaded from the Play Store if the user has an another app on the device with the same permissions.

By using `{applicationId}` it will grab the current App's application ID later on so the current ID is used instead.
parent 9f686ddd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment