Problem with appcompat-v7:26.1.0
egek92 opened this issue · 1 comments
egek92 commented
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.
JakeWharton commented
It's not an issue with this library. Use Gradle's resolution strategy to force particular versions.