File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/firebase/uidemo/auth Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ android {
35
35
dependencies {
36
36
compile fileTree(dir : ' libs' , include : [' *.jar' ])
37
37
compile " com.android.support:design:$supportLibraryVersion "
38
+ compile ' com.android.support:multidex:1.0.1'
38
39
39
40
compile project(path : ' :auth' )
40
41
compile project(path : ' :database' )
Original file line number Diff line number Diff line change 1
1
package com .firebase .uidemo .auth ;
2
2
3
- import android .app .Application ;
4
3
import android .content .Context ;
4
+ import android .support .multidex .MultiDexApplication ;
5
5
import android .support .v7 .app .AppCompatDelegate ;
6
6
7
7
import com .squareup .leakcanary .LeakCanary ;
8
8
import com .squareup .leakcanary .RefWatcher ;
9
9
10
- public class FirebaseUIDemo extends Application {
10
+ public class FirebaseUIDemo extends MultiDexApplication {
11
11
private RefWatcher mRefWatcher ;
12
12
13
13
static {
You can’t perform that action at this time.
0 commit comments