JakeWharton/kotterknife

Problem with appcompat-v7:26.1.0

egek92 opened this issue · 1 comments

repositories {
    maven { url "https://oss.sonatype.org/content/repositories/snapshots"}
    mavenCentral()
}

compile 'com.jakewharton:kotterknife:0.1.0-SNAPSHOT'

Manifest merger fails with 26.1.0, chaing appcompat version to 26.0.2 solves the issue however.

It's not an issue with this library. Use Gradle's resolution strategy to force particular versions.