Hi, our current product uses productFlavors to support an array of devices. However, the new Fire Phone has a custom SDK used to compile. Thus, we have to adjust the compileSdkVersion and the targetSdkVersion. After reading previous posts, I've found that dynamically setting the compileSdkVersion based on a flavor <https://groups.google.com/forum/#!searchin/adt-dev/compileSdkVersion$20productFlavors/adt-dev/D0bhkcKsSKk/4VKcBXSiD_AJ> doesn't seem like an option. Is there a work around that can be done in the build.gradle or will this need to be done outside of gradle?
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
