Today I wanna talk briefly about a problem that can be a pain in the ass to solve: conflicts on AppCompat version. Well, if you are working on a well-structured project where there are pipelines for CI/CD and it tests the build of the application every time you generate a PR, then you're good. You will have... Continue Reading →
Solving Azure DevOps Authentication Issues in Pipelines
If you've ever tried to authenticate a private Maven or NuGet repository in Azure DevOps, you might have encountered the dreaded 401 Unauthorized error. Even with the correct credentials, pipelines often fail due to missing authentication tokens or incorrect configurations. I recently faced this problem when trying to integrate a private Maven repository into an Android project using Azure DevOps pipelines. After some... Continue Reading →
