Skip to content

Instantly share code, notes, and snippets.

View drindt's full-sized avatar
🏠
Working from home

Daniel Rindt drindt

🏠
Working from home
View GitHub Profile
@drindt
drindt / gradle_sweeper.py
Created July 6, 2025 17:07
A tool for cleaning up verification-metadata.xml
#!/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
#
@drindt
drindt / gradle_guardian.py
Last active July 6, 2025 17:09
A tool for fixing dependency verification errors.
#!/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
#
/*
* 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
*/