Roldán Galán

Results 4 issues of Roldán Galán

Hi! 👋 Our Gradle home cache is getting so big in our project that is taking long times loading and storing the cache, so we enabled the `gradle-home-cache-cleanup` flag [to...

bug
in:gradle
in:caching

Hi! 👋 When a task is executed from the IDE with the debugger enabled, the total build time reported will include all the debugging. While this is expected, it might...

This solves #311 to help identifying builds executed with debugging enabled. Tested in Android Studio Jellyfish | 2023.3.1 Patch 1.

I was monitoring all the requests done by my app and I noticed Instabug is regularly fetching the following url every minute `https://api.instabug.com/api/sdk/v3/chats/sync`. This was quite surprising as this is...