Skip to content

Commit 3d32817

Browse files
committed
flutter 3.29.0
1 parent 972773c commit 3d32817

File tree

1 file changed

+2
-3
lines changed
  • android/app/src/main/java/com/weilu/deer

1 file changed

+2
-3
lines changed

android/app/src/main/java/com/weilu/deer/MyApp.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
package com.weilu.deer;
22

3-
import android.content.Context;
3+
import android.app.Application;
44

5-
import io.flutter.app.FlutterApplication;
65

76
/**
87
* @Description:
98
* @Author: weilu
109
* @Time: 2019/8/5 0005 17:08.
1110
*/
12-
public class MyApp extends FlutterApplication {
11+
public class MyApp extends Application {
1312

1413
@Override
1514
public void onCreate() {

0 commit comments

Comments
 (0)