We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a9513 commit aeb8624Copy full SHA for aeb8624
2 files changed
app/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation 'com.github.bumptech.glide:glide:4.8.0'
33
kapt 'com.github.bumptech.glide:compiler:4.5.0'
34
35
-// implementation project(':utils')
36
- implementation 'com.github.yjfnypeu:EasyAndroid:3b6f0840ad'
+ implementation project(':utils')
+// implementation 'com.github.yjfnypeu:EasyAndroid:3b6f0840ad'
37
}
38
utils/src/main/AndroidManifest.xml
@@ -1 +1 @@
1
-<manifest package="" />
+<manifest package="com.haoge.easyandroid" />
0 commit comments