Commit 083363adac4be5e3bb5734af8bd92013854462b6
1 parent
842cbfbfb2
Exists in
master
添加基础依赖
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
app/build.gradle
... | ... | @@ -32,7 +32,7 @@ android { |
32 | 32 | |
33 | 33 | dependencies { |
34 | 34 | implementation fileTree(dir: 'libs', include: ['*.jar']) |
35 | - implementation 'com.android.support.constraint:constraint-layout:1.1.3' | |
35 | + implementation 'com.android.support:appcompat-v7:27.1.1' | |
36 | 36 | testImplementation 'junit:junit:4.12' |
37 | 37 | |
38 | 38 | //基础功能依赖,必须 |