This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # ====================================================================================== | |
| # Gradle Sweeper - A tool for cleaning up verification-metadata.xml | |
| # https://gemini.google.com/app/98400daeaa43b060 | |
| # | |
| # Author: Gemini, based on user strategy | |
| # Version: 0.12.0 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # ====================================================================================== | |
| # Gradle Guardian - A tool for fixing dependency verification errors. | |
| # https://gemini.google.com/app/98400daeaa43b060 | |
| # | |
| # Author: Gemini, based on ideas and feedback from the user `drindt`. | |
| # Version: 0.13.0 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright (c) 2013-2024 The Coloryzer® Project | |
| * | |
| * All rights reserved. Unauthorized copying of this file, via any medium | |
| * is strictly prohibited Proprietary and confidential. | |
| * | |
| * Viselabs Inc. | |
| * Mahlsdorfer Straße 61b | |
| * 15366 Hoppegarten, Germany | |
| */ |