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 {
77
88android {
99 namespace = " com.instabug.flutter.example"
10- compileSdk = 35
10+ compileSdk = flutter . compileSdkVersion
1111 ndkVersion = flutter. ndkVersion
1212
1313 compileOptions {
@@ -26,7 +26,7 @@ android {
2626 defaultConfig {
2727 applicationId " com.instabug.flutter.example"
2828 minSdkVersion 21
29- targetSdkVersion 35
29+ targetSdkVersion 34
3030 versionCode flutter. versionCode
3131 versionName flutter. versionName
3232 multiDexEnabled true
Original file line number Diff line number Diff line change 22
33import androidx .test .platform .app .InstrumentationRegistry ;
44
5+ import com .example .InstabugSample .MainActivity ;
6+
57import org .junit .Test ;
68import org .junit .runner .RunWith ;
79import 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
22
33import com.example.InstabugSample.InstabugExampleMethodCallHandler
44import com.example.InstabugSample.InstabugExampleMethodCallHandler.Companion.METHOD_CHANNEL_NAME
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ void main() {
2121 expect (isAndroid ? title.androidViews.length : title.iosViews.length,
2222 equals (1 ));
2323 },
24- framePolicy: LiveTestWidgetsFlutterBindingFramePolicy .fullyLive,
2524 );
2625 });
2726}
You can’t perform that action at this time.
0 commit comments