File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/java/fr/free/nrw/commons Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,11 @@ dependencies {
48
48
compile ' com.facebook.fresco:fresco:1.3.0'
49
49
compile ' com.facebook.stetho:stetho:1.5.0'
50
50
51
+ compile ' com.android.support:multidex:1.0.3'
52
+
51
53
testCompile ' junit:junit:4.12'
52
54
testCompile ' org.robolectric:robolectric:3.7.1'
55
+ testCompile " org.robolectric:multidex:3.4.2"
53
56
54
57
testCompile ' com.squareup.okhttp3:mockwebserver:3.8.1'
55
58
androidTestCompile ' com.squareup.okhttp3:mockwebserver:3.8.1'
Original file line number Diff line number Diff line change 4
4
import android .content .Context ;
5
5
import android .content .SharedPreferences ;
6
6
import android .database .sqlite .SQLiteDatabase ;
7
+ import android .support .multidex .MultiDexApplication ;
7
8
8
9
import com .facebook .drawee .backends .pipeline .Fresco ;
9
10
import com .facebook .stetho .Stetho ;
40
41
resDialogCommentPrompt = R .string .crash_dialog_comment_prompt ,
41
42
resDialogOkToast = R .string .crash_dialog_ok_toast
42
43
)
43
- public class CommonsApplication extends Application {
44
+ public class CommonsApplication extends MultiDexApplication {
44
45
45
46
@ Inject SessionManager sessionManager ;
46
47
@ Inject DBOpenHelper dbOpenHelper ;
You can’t perform that action at this time.
0 commit comments