Skip to content

Commit 456b14d

Browse files
🔧 Fix detox config for Android
There's an issue with detox not working in release mode on Android with API 28.
1 parent 2f303dd commit 456b14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstabugSample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"build":
5858
"cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..",
5959
"type": "android.emulator",
60-
"name": "Pixel_3_API_28"
60+
"name": "Pixel_2_API_27"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)