Skip to content

Commit

Permalink
fix detox android
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Mar 6, 2025
1 parent c11d330 commit 05608ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ module.exports = {
},
'android.debug': {
type: 'android.apk',
binaryPath: 'android/app/build/outputs/apk/experimental/debug/app-experimental-play-debug.apk',
binaryPath: 'android/app/build/outputs/apk/experimental/debug/app-experimental-debug.apk',
build: 'cd android ; ./gradlew assembleExperimentalDebug assembleExperimentalDebugAndroidTest -DtestBuildType=debug ; cd -',
reversePorts: [8081]
},
'android.release': {
type: 'android.apk',
binaryPath: 'android/app/build/outputs/apk/experimental/release/app-experimental-play-release.apk',
binaryPath: 'android/app/build/outputs/apk/experimental/release/app-experimental-release.apk',
build:
'cd android ; ./gradlew assembleExperimentalRelease assembleExperimentalReleaseAndroidTest -DtestBuildType=release ; cd -'
}
Expand Down

0 comments on commit 05608ae

Please sign in to comment.