Skip to content

Commit aeb8624

Browse files
committed
update code
1 parent 68a9513 commit aeb8624

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation 'com.github.bumptech.glide:glide:4.8.0'
3333
kapt 'com.github.bumptech.glide:compiler:4.5.0'
3434

35-
// implementation project(':utils')
36-
implementation 'com.github.yjfnypeu:EasyAndroid:3b6f0840ad'
35+
implementation project(':utils')
36+
// implementation 'com.github.yjfnypeu:EasyAndroid:3b6f0840ad'
3737
}
3838

utils/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<manifest package="" />
1+
<manifest package="com.haoge.easyandroid" />

0 commit comments

Comments
 (0)