Skip to content
  1. Dec 01, 2015
    • Christian Cook's avatar
      Uses current flavor app id · d88adfba
      Christian Cook authored
      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.
      d88adfba
  2. Nov 30, 2015
  3. Nov 28, 2015
  4. Nov 27, 2015
  5. Nov 26, 2015
  6. Nov 23, 2015
  7. Nov 20, 2015
  8. Nov 19, 2015
  9. Nov 18, 2015
  10. Nov 11, 2015
  11. Nov 10, 2015
  12. Nov 08, 2015
  13. Nov 03, 2015