File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
src/main/java/com/botnerd/core Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ buildscript {
49
49
okhttpVersion = ' 4.9.0'
50
50
okioVersion = ' 2.2.2'
51
51
52
- // Image Loading
53
- frescoVersion = ' 2.3.0'
54
-
55
52
// Timber logging util
56
53
timberVersion = ' 4.7.1'
57
54
Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ dependencies {
86
86
// Chrome Custom Tabs
87
87
implementation " androidx.browser:browser:$browserLibVersion "
88
88
89
- // Image Loading
90
- implementation " com.facebook.fresco:fresco:$frescoVersion "
91
- implementation " com.facebook.fresco:animated-gif:$frescoVersion "
92
-
93
89
// Timber logging util
94
90
implementation " com.jakewharton.timber:timber:$timberVersion "
95
91
Original file line number Diff line number Diff line change 4
4
import android .content .Context ;
5
5
import android .content .pm .PackageInfo ;
6
6
import android .content .pm .PackageManager .NameNotFoundException ;
7
+
7
8
import com .botnerd .core .ui .BuildConfig ;
8
- import com . facebook . drawee . backends . pipeline . Fresco ;
9
+
9
10
import timber .log .Timber ;
10
11
11
12
/**
@@ -26,8 +27,6 @@ public void onCreate() {
26
27
Timber .plant (new Timber .DebugTree ());
27
28
}
28
29
29
- Fresco .initialize (this );
30
-
31
30
}
32
31
33
32
/**
You can’t perform that action at this time.
0 commit comments