AndroidAppTemplate
AndroidAppTemplate copied to clipboard
Pre commit hook should re-add gradle files if modifying dependencies
I updated the pre commit hook to sort dependencies, but I'm not calling git add on any of the updated gradle files so we can get in a weird state where a commit is made but I still have changed files. Need to fix this.