Skip to content

Instantly share code, notes, and snippets.

@fobidlim
Created October 7, 2016 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fobidlim/171cf30f113a4bf3964ebe367685e4bf to your computer and use it in GitHub Desktop.
Save fobidlim/171cf30f113a4bf3964ebe367685e4bf to your computer and use it in GitHub Desktop.
explain for gradle flavor
public interface AppConstants {
String FLAVOR = "DEV";
}
public interface AppConstants {
String FLAVOR = "JP";
}
public interface AppConstants {
String FLAVOR = "KO";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment