We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc03eb commit 990f837Copy full SHA for 990f837
library/build.gradle
@@ -30,7 +30,6 @@ android {
30
31
dependencies {
32
compile fileTree(include: ['*.jar'], dir: 'libs')
33
- compile 'com.android.support:appcompat-v7:25.3.1'
34
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
35
compile 'com.squareup.wire:wire-runtime:2.3.0-RC1'
36
}
0 commit comments