Skip to content

Commit 1661c39

Browse files
committed
feat: 增加默认MultiDexApplication
1 parent 0ba5b32 commit 1661c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compactmultidex/src/main/java/com/gibbon/compactmultidex/MultiDexApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class MultiDexApplication extends Application {
1111
@Override
1212
protected void attachBaseContext(Context base) {
1313
super.attachBaseContext(base);
14-
14+
MultiDex.install(this);
1515
}
1616
}

0 commit comments

Comments
 (0)