8000 Improve demo/build.gradle · JessYanCoding/AndroidAutoSize@b84584f · GitHub
[go: up one dir, main page]

Skip to content

Commit b84584f

Browse files
committed
Improve demo/build.gradle
1 parent 87a7f2e commit b84584f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

demo/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation fileTree(dir: 'libs', include: ['*.jar'])
24+
implementation 'me.jessyan:autosize:0.5.0'
2525
implementation 'com.android.support:appcompat-v7:27.1.1'
26-
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
2726
testImplementation 'junit:junit:4.12'
28-
androidTestImplementation 'com.android.support.test:runner:1.0.2'
29-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3027
}

0 commit comments

Comments
 (0)
0