Thomas Wirth

Results 25 issues of Thomas Wirth
trafficstars

The plugin is currently not compatible with Gradle 8.7+ because it uses internal Gradle APIs that are not available anymore: https://github.com/Guardsquare/appsweep-gradle/blob/9517368a13ad2673cda24e217bce8394a51ed39f/src/main/kotlin/com/guardsquare/appsweep/gradle/AppSweepPlugin.kt#L435 `DefaultSelfResolvingDependency` was replaced with `DefaultFileCollectionDependency` in Gradle 8.7 with...

When running any upload task we get the following error for every Gradle Android module in our app: ``` - Configuration ':features:orders:orders-local:debugRuntimeElements' variant android-lint-local-aar declares a library for use during...

Our release APK has a size of roughly 11 MB. The libsigner.so (uncompressed) alone is about 950 KB (for arm64-v8a). So the native library from Adjust Signature SDK causes a...

Currently licensee validates urls using String comparison: https://github.com/cashapp/licensee/blob/ddfbb75bc0dbf442ea4a841008fe7dc6672ca18f/src/main/kotlin/app/cash/licensee/licenseValidation.kt#L64 We have some external dependencies in our projects which are licensed unter MIT and use e.g. these URLs: 1. https://opensource.org/license/mit/

So we use Android lint shipped with AGP (currently `8.10.0`) and the lint checks provided by `com.android.security.lint:lint::1.0.3`. Currently we use a custom scheme for intent filters in our app. This...