Vivek

Results 3 issues of Vivek

I am using JDK 11, so had to upgrade the version manually 1. In android/gradle/wrapper/gradle-wrapper.properties updated the distributionUrl to https\://services.gradle.org/distributions/gradle-5.0-all.zip 2. android/build.gradle - updated the gradleVersion to 5.0

This PR fixes multiple issues related to macOS 14 compatibility, compiler warnings, and a memory leak. ### Description - ✅ Updated macOS deployment target from 13.0 to 14.0 - ✅...

Fixed issue where CodeEdit would show "The 'git' command requires the command line developer tools. Would you like to install the tools now?" popup on every app launch, even when...