-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): clean/rebuild should release gradle file locks
- Gradle daemon file locks prevented some build files from being deleted on Windows. - Modified app rebuild to run gradle "clean" task or "stop" gradle deamon as a fallback. * Titanium 7.x.x and 8.x.x has gradlew files for proguard, but cannot run "clean" due to missing project files. - Modified module clean to run gradle "clean" task. - Modified hyperloop to v5.0.4 to run gradle "clean" task.
- Loading branch information
1 parent
83e9300
commit be923f1
Showing
4 changed files
with
90 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters