We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520f470 commit 93be433Copy full SHA for 93be433
myutils/build.gradle
@@ -23,9 +23,9 @@ android {
23
dependencies {
24
implementation fileTree(dir: 'libs', include: ['*.jar'])
25
//noinspection GradleDynamicVersion
26
- implementation 'com.android.support:appcompat-v7:27+'
+// implementation 'com.android.support:appcompat-v7:27+'
27
28
- implementation 'com.android.support:design:27+'
+// implementation 'com.android.support:design:27+'
29
30
implementation 'com.jakewharton:butterknife:10.1.0'
31
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
0 commit comments