Build Apps Smarter With Archiva and GradleDependency management in both Eclipse and Android Studio can be a serious pain.
Now that we have gradle, there’s a better way to build android apps: we can configure our library projects to publish maven artifacts to a maven repository and we can configure our app projects to consume those artifacts.
Once projects are setup to produce and consume maven artifacts, building an app with many dependencies becomes much more manageable.
Create library projects.
Once you’ve configured all your library projects to publish artifacts to archiva, building projects that are dependent on multiple libraries is now really simple.
No Comments
Leave a comment Cancel