Skip to content

Commit 84f8329

Browse files
author
lemon
committed
resolve the dependencies error
1 parent 5b36c60 commit 84f8329

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ dependencies {
3131
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3232
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
3333
implementation project(':hybridcache-fresco')
34+
implementation 'com.facebook.fresco:fresco:1.5.0'
35+
implementation project(':hybridcache')
3436
}

app/src/main/java/tech/easily/hybridcache/HybridCacheApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import android.app.Application
44
import com.facebook.drawee.backends.pipeline.Fresco
55

66
/**
7-
* Created by hzyangjiehao on 2018/4/4.
7+
* Created by lemon on 2018/4/4.
88
*/
99
class HybridCacheApplication:Application() {
1010

0 commit comments

Comments
 (0)