Maintaining Remote Git Sub-Modules in Android Apps

Siva Ganesh Kantamani
5 min readJun 27, 2021
Photo by Luke Chesser on Unsplash

Take away from this article

In this article, you’ll learn how maintain a remote sub-module in android projects. A remote sub-module is an android library module hosted on git as a repository that can be added as a sub-module to several projects. Along with that you’ll also learn why we need a remote sub-module and how to create one.

--

--