File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
androidTest/java/com/instabug/flutter/example
main/kotlin/com/example/InstabugSample Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
android {
9
9
namespace = " com.instabug.flutter.example"
10
- compileSdk = 35
10
+ compileSdk = flutter . compileSdkVersion
11
11
ndkVersion = flutter. ndkVersion
12
12
13
13
compileOptions {
@@ -26,7 +26,7 @@ android {
26
26
defaultConfig {
27
27
applicationId " com.instabug.flutter.example"
28
28
minSdkVersion 21
29
- targetSdkVersion 35
29
+ targetSdkVersion 34
30
30
versionCode flutter. versionCode
31
31
versionName flutter. versionName
32
32
multiDexEnabled true
Original file line number Diff line number Diff line change 2
2
3
3
import androidx .test .platform .app .InstrumentationRegistry ;
4
4
5
+ import com .example .InstabugSample .MainActivity ;
6
+
5
7
import org .junit .Test ;
6
8
import org .junit .runner .RunWith ;
7
9
import org .junit .runners .Parameterized ;
Original file line number Diff line number Diff line change 1
- package com.instabug.flutter. example
1
+ package com.example.InstabugSample
2
2
3
3
import com.example.InstabugSample.InstabugExampleMethodCallHandler
4
4
import com.example.InstabugSample.InstabugExampleMethodCallHandler.Companion.METHOD_CHANNEL_NAME
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ void main() {
21
21
expect (isAndroid ? title.androidViews.length : title.iosViews.length,
22
22
equals (1 ));
23
23
},
24
- framePolicy: LiveTestWidgetsFlutterBindingFramePolicy .fullyLive,
25
24
);
26
25
});
27
26
}
You can’t perform that action at this time.
0 commit comments