I got the following warnings. How can I avoid this warnings? Could not find google-services.json while looking in [src/…
android gradle google-play-services android-flavorsI need to create a demo flavor in android studio for an app. In my app level gradle file i …
android android-studio android-gradle-plugin android-flavorsI'm trying to create a single project with 2 flavors: free and pro (versions). My app is already in PlayStore with …
android merge manifest android-flavorsMy Gradle is like bellow: apply plugin: 'com.android.application' apply plugin: 'io.fabric' apply plugin: 'com.google.gms.google-services' …
android android-gradle-plugin android-studio-3.0 android-flavors