Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Resigning since I'm usually not a good person to set as a first-pass reviewer. Exceptions here
Comment Actions
cd native/android/app && ./gradew bundleRelease --no-daemon
Think this is supposed to be:
cd native/android && ./gradlew bundleRelease --no-daemon
?
Comment Actions
@atul yes, it was supposed to be native/android, native/android/app has the CMakeLists.txt, but should have mentioned the directory which contained the gradlew