All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.butterknife.SimpleApp Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
package com.example.butterknife;

import android.app.Application;
import butterknife.ButterKnife;

public class SimpleApp extends Application {
  @Override public void onCreate() {
    super.onCreate();
    ButterKnife.setDebug(BuildConfig.DEBUG);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy