We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 645fea5 + 969fc72 commit 946608dCopy full SHA for 946608d
app/src/main/java/org/chromium/chrome/browser/ChromeApplication.java
@@ -85,6 +85,7 @@ public class ChromeApplication extends ContentApplication {
85
@Override
86
protected void attachBaseContext(Context base) {
87
super.attachBaseContext(base);
88
+ MultiDex.install(this);
89
ContextUtils.initApplicationContext(this);
90
}
91
0 commit comments