I currently have an Android app and App Engine backend. For both I have a development and production version. The backend is currently build with Maven. But the idea is to move to this Gradle plugin.
Is it possible to make some kind of flavor mechanism (similar to what the Android Gradle plugin has)?
I currently have an Android app and App Engine backend. For both I have a development and production version. The backend is currently build with Maven. But the idea is to move to this Gradle plugin.
Is it possible to make some kind of flavor mechanism (similar to what the Android Gradle plugin has)?