Thursday, April 16, 2015

Check if app is in development mode or production mode

Make sure Gradle is configured properly.
if (BuildConfig.DEBUG == true) {
  // development mode
}

No comments:

Post a Comment