Migrating away from Bintray/JCenter when there is no alternative repository TL;DR version If you can’t find a library (Maven dependency) you need for your project after Bintray/JCenter (or another similar… Continue reading “Migrating away from Bintray/JCenter when there is no alternative repository”…
Android Manifest placeholders What are they? Android Manifest placeholders allow you to put variables into the Manifest that is otherwise completely static. Why… Continue reading “Android Manifest placeholders”…