builds

  • Android Manifest placeholders

    What are they? Android Manifest placeholders allow you to put variables into the Manifest that is otherwise completely static. Why would you need such functionality? Actually, it depends on your projects. It’s probably most useful when you have multiple build variants with different Manifest configurations. Multiple Manifests Of course, the easiest way to configure Manifest…

  • Dockerizing Android builds

    Docker is a great container platform that helps building a true independence between applications, infrastructure and developers. It provides an isolation which supports building modern continuous integration environments with ease and at low cost. Building Android applications The easiest way to build an Android app is to use Android Studio, but how one can build…