Skip to content

Commit

Permalink
Update build.gradle (#347)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update .detoxrc.js

* Update CI.yaml
  • Loading branch information
namidan authored Sep 18, 2024
1 parent 39107ba commit f458256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
arch: x86
channel: canary
profile: pixel
avd-name: Pixel_4_API_30_AOSP
avd-name: Pixel_4_API_34
script: yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} e2e/android --headless --record-logs all
working-directory: source/examples/Basic

Expand Down
2 changes: 1 addition & 1 deletion examples/Basic/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
emulator: {
type: 'android.emulator',
device: {
avdName: 'Pixel_4_API_30_AOSP',
avdName: 'Pixel_4_API_34',
},
},
emulatorLocal: {
Expand Down
1 change: 1 addition & 0 deletions examples/Basic/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ android {
keyAlias 'androidreleasekey'
keyPassword 'android'
v2SigningEnabled true
v1SigningEnabled true
}
}
flavorDimensions += "environment"
Expand Down

0 comments on commit f458256

Please sign in to comment.