Skip to content

Commit 93be433

Browse files
committed
test 3.1
1 parent 520f470 commit 93be433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

myutils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android {
2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
//noinspection GradleDynamicVersion
26-
implementation 'com.android.support:appcompat-v7:27+'
26+
// implementation 'com.android.support:appcompat-v7:27+'
2727
//noinspection GradleDynamicVersion
28-
implementation 'com.android.support:design:27+'
28+
// implementation 'com.android.support:design:27+'
2929

3030
implementation 'com.jakewharton:butterknife:10.1.0'
3131
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'

0 commit comments

Comments
 (0)