Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Support for Android Studio 3

Latest
Compare
Choose a tag to compare
@derohimat derohimat released this 10 Jul 08:56
· 2 commits to master since this release

for this update add butterknife library in

/build.gradle

        maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
        classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'

app/build.gradle

    implementation 'com.jakewharton:butterknife:9.0.0-SNAPSHOT'
    annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-SNAPSHOT'