Skip to content

Commit 14bea4a

Browse files
committed
将依赖的 ShapeDrawable 框架升级到 3.3 版本
1 parent 2f43c69 commit 14bea4a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

library/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ android {
2323
}
2424
}
2525

26-
dependencies {
27-
// ShapeDrawable:https://github.com/getActivity/ShapeDrawable
28-
implementation 'com.github.getActivity:ShapeDrawable:3.2'
29-
}
30-
3126
afterEvaluate {
3227
// 排除 BuildConfig.class
3328
generateReleaseBuildConfig.enabled = false
@@ -39,6 +34,9 @@ dependencies {
3934
implementation 'com.android.support:design:28.0.0'
4035
// noinspection GradleDependency
4136
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
37+
38+
// ShapeDrawable:https://github.com/getActivity/ShapeDrawable
39+
implementation 'com.github.getActivity:ShapeDrawable:3.3'
4240
}
4341

4442
// 防止编码问题

0 commit comments

Comments
 (0)