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 {
3535dependencies {
3636 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3737 compile " com.android.support:design:$supportLibraryVersion "
38+ compile ' com.android.support:multidex:1.0.1'
3839
3940 compile project(path : ' :auth' )
4041 compile project(path : ' :database' )
Original file line number Diff line number Diff line change 11package com .firebase .uidemo .auth ;
22
3- import android .app .Application ;
43import android .content .Context ;
4+ import android .support .multidex .MultiDexApplication ;
55import android .support .v7 .app .AppCompatDelegate ;
66
77import com .squareup .leakcanary .LeakCanary ;
88import com .squareup .leakcanary .RefWatcher ;
99
10- public class FirebaseUIDemo extends Application {
10+ public class FirebaseUIDemo extends MultiDexApplication {
1111 private RefWatcher mRefWatcher ;
1212
1313 static {
You can’t perform that action at this time.
0 commit comments