Android
This is my solution how to speed up building gradle processes without running it in console. There are two steps: 1. adding option to run parallel and offline 2. don’t allow download new versions using libs (especially when you build few times per minute – it is not necessary to check every time). So first … Read More “Gradlew – how speed up building (green run)” »