We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bf54a commit 01e4a53Copy full SHA for 01e4a53
1 file changed
README.md
@@ -83,7 +83,7 @@ This is how F-Droid builds the APK:
83
npx expo prebuild --platform android --clean
84
cd android/app
85
sed -i -e '/signingConfig /d' build.gradle
86
-gradle assembleRelease
+./../gradlew assembleRelease
87
```
88
89
## Translation
0 commit comments