Created
October 16, 2017 06:52
-
-
Save ar-android/51f7743408047002bcb9c9b1c4562a32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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