We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40843c commit f6e7746Copy full SHA for f6e7746
1 file changed
.github/workflows/e2e.yml
@@ -50,7 +50,7 @@ jobs:
50
APP_ENV=production npx expo prebuild --clean --platform android
51
sed -i 's/minifyEnabled true/minifyEnabled false/g' android/app/build.gradle
52
sed -i 's/shrinkResources true/shrinkResources false/g' android/app/build.gradle
53
- cd android && ./gradlew assembleRelease --no-daemon --max-workers 2 \
+ cd android && ./gradlew assembleRelease --no-daemon \
54
-Pandroid.injected.signing.store.file=$HOME/.android/debug.keystore \
55
-Pandroid.injected.signing.store.password=android \
56
-Pandroid.injected.signing.key.alias=androiddebugkey \
0 commit comments