mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
0042a30c81
- replaced the logic to check if an installed-library is a builtin library by reusing the same method available in ContributedLibraryReleases - renamed some local vars to better reflect their contents: uninstalledLibraries -> notInstalled uninstalledNewerReleases -> notInstalledNewer uninstalledPreviousReleases -> notInstalledPrevious