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 2f43c69 commit 14bea4aCopy full SHA for 14bea4a
1 file changed
library/build.gradle
@@ -23,11 +23,6 @@ android {
23
}
24
25
26
-dependencies {
27
- // ShapeDrawable:https://github.com/getActivity/ShapeDrawable
28
- implementation 'com.github.getActivity:ShapeDrawable:3.2'
29
-}
30
-
31
afterEvaluate {
32
// 排除 BuildConfig.class
33
generateReleaseBuildConfig.enabled = false
@@ -39,6 +34,9 @@ dependencies {
39
34
implementation 'com.android.support:design:28.0.0'
40
35
// noinspection GradleDependency
41
36
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
37
+
38
+ // ShapeDrawable:https://github.com/getActivity/ShapeDrawable
+ implementation 'com.github.getActivity:ShapeDrawable:3.3'
42
43
44
// 防止编码问题
0 commit comments