File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public void ManualInvocation()
113
113
[ Fact ]
114
114
public void MultipleScreenshotsInReproSteps ( )
115
115
{
116
- ScrollDown ( ) ;
116
+ ScrollDown ( ) ;
117
117
118
118
captain . FindByText ( "Enter screen name" ) . Tap ( ) ;
119
119
captain . Type ( "My Screen" ) ;
@@ -192,7 +192,7 @@ public void ChangeFloatingButtonEdge()
192
192
[ Fact ]
193
193
public void OnDismissCallbackIsCalled ( )
194
194
{
195
- ScrollUp ( ) ;
195
+ ScrollUp ( ) ;
196
196
197
197
captain . FindByText ( "Set On Dismiss Callback" ) . Tap ( ) ;
198
198
captain . FindByText ( "Invoke" ) . Tap ( ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class FeatureRequestsTests : CaptainTest
11
11
public void ShowFeatureRequetsScreen ( )
12
12
{
13
13
ScrollDown ( ) ;
14
- ScrollDown ( ) ;
14
+ ScrollDown ( ) ;
15
15
16
16
captain . FindByText ( "Show Feature Requests" ) . Tap ( ) ;
17
17
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class CaptainTest : IDisposable
9
9
{
10
10
AndroidApp = Path . GetFullPath ( "../../../../example/build/app/outputs/flutter-apk/app-debug.apk" ) ,
11
11
AndroidAppId = "com.instabug.flutter.example" ,
12
- AndroidVersion = "13 " ,
12
+ AndroidVersion = "14 " ,
13
13
IosApp = Path . GetFullPath ( "../../../../example/build/ios/iphonesimulator/Runner.app" ) ,
14
14
IosAppId = "com.instabug.InstabugSample" ,
15
15
IosVersion = "17.2" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
44
44
45
45
defaultConfig {
46
46
applicationId " com.instabug.flutter.example"
47
- minSdkVersion 18
47
+ minSdkVersion flutter . minSdkVersion
48
48
targetSdkVersion 30
49
49
versionCode flutterVersionCode. toInteger()
50
50
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ subprojects {
26
26
project. evaluationDependsOn(' :app' )
27
27
}
28
28
29
- task clean ( type : Delete ) {
29
+ tasks . register( " clean " , Delete ) {
30
30
delete rootProject. buildDir
31
31
}
You can’t perform that action at this time.
0 commit comments