Skip to content

Commit

Permalink
update-FlutterMultiDexApplicationClass
Browse files Browse the repository at this point in the history
  • Loading branch information
IloveJavaa committed Aug 12, 2022
1 parent 53b9c20 commit 23674aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Extension of {@link android.app.Application}, adding multidex support.
*/
public class FlutterMultiDexApplication extends Application {
public class FlutterMultiDexApplication extends FlutterApplication {
@Override
@CallSuper
protected void attachBaseContext(Context base) {
Expand Down

0 comments on commit 23674aa

Please sign in to comment.