Difference between revisions of "Removing Libraries"
(New page: {| align="right" | __TOC__ |} =Introduction= From time to time we remove legacy 3rd party libraries. This page lists what you need to do in order to cleanly remove one. =Steps/Thin...) |
(Update for the new gradle process) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
=Steps/Things to Check= | =Steps/Things to Check= | ||
− | # Edit the . | + | # Edit the build.gradle file to remove the library |
+ | # Run through a full build/test cycle | ||
+ | # Commit the updated build.gradle file |
Latest revision as of 06:20, 5 July 2014
Contents |
Introduction
From time to time we remove legacy 3rd party libraries. This page lists what you need to do in order to cleanly remove one.
Steps/Things to Check
- Edit the build.gradle file to remove the library
- Run through a full build/test cycle
- Commit the updated build.gradle file