Skip to content

Instantly share code, notes, and snippets.

@ar-android
Created October 16, 2017 06:52
Show Gist options
  • Save ar-android/51f7743408047002bcb9c9b1c4562a32 to your computer and use it in GitHub Desktop.
Save ar-android/51f7743408047002bcb9c9b1c4562a32 to your computer and use it in GitHub Desktop.
import android.app.Application;
import butterknife.ButterKnife;
public class SampleApp extends Application {
@Override public void onCreate() {
super.onCreate();
ButterKnife.setDebug(BuildConfig.DEBUG);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment