Matej Drobnič
Matej Drobnič
I can file an issue, but I'm not too familiar with the internals. Which API is AGP breaking?
Thanks for the info, I've created an upstream bug here: https://issuetracker.google.com/issues/311414913
It does handle activities: https://developer.android.com/guide/health-and-fitness/health-connect/common-workflows/work-with-sessions#exercise_sessions But you are correct that it is not real time (although you could theoretically feed workout real time, most apps seem to just sync it...
What if an option is added to this plugin to declare extra versions plugin files? Something like this: ```kotlin versionCatalogUpdate { readVersionsReport("../buildSrc/build/dependencyUpdates/versions.json") } ``` Then, we could manually run dependency...
Yes, you can apply dependency versions plugin to buildsrc. That's why I recommended this above, problem is only that this plugin will not collect dependency versions plugin's report from build...
If I remember correctly, it only creates report json for dependencies in buildSrc.
Yup, just checked, `versions.json` inside `buildSrc` only contains dependencies from buildSrc. So they would have to be merged with the main project.
From what I understand, only problem with just keeping "played" status for everything is the statistics? What if we decouple statistics from the played status? So statistics would only count...
@ByteHamster would you accept PR for this?
Doh, I missed the "Delete removes from queue". Yeah, I agree, in this case, option is redundant.