Files
crowd-funder-from-jason/android/app/build/intermediates/incremental/lintAnalyzeDebugUnitTest/debug.xml
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility
- Add logger import across multiple view components
- Replace console.error/warn/log with logger methods
- Update error handling to use structured logging
- Improve type safety for error objects
- Add crypto-browserify polyfill for browser environment

The changes improve logging by:
1. Using consistent logging interface
2. Adding structured error logging
3. Improving error type safety
4. Centralizing logging configuration
5. Fixing browser compatibility issues

Affected files:
- Multiple view components
- vite.config.ts
- Build configuration
2025-03-11 09:35:55 +00:00

27 lines
1020 B
XML

<variant
name="debug"
package="app.timesafari.app"
minSdkVersion="22"
targetSdkVersion="34"
debuggable="true"
mergedManifest="build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml"
partialResultsDir="build/intermediates/unit_test_lint_partial_results/debug/lintAnalyzeDebugUnitTest/out"
desugaredMethodsFiles="/home/noone/.gradle/caches/8.11.1/transforms/779ef60274050a8c5af871d79af9d869/transformed/D8BackportedDesugaredMethods.txt">
<buildFeatures
namespacing="REQUIRED"/>
<sourceProviders>
</sourceProviders>
<testSourceProviders>
<sourceProvider
manifests="src/test/AndroidManifest.xml"
javaDirectories="src/test/java:src/testDebug/java:src/test/kotlin:src/testDebug/kotlin"
assetsDirectories="src/test/assets:src/testDebug/assets"
unitTest="true"/>
</testSourceProviders>
<testFixturesSourceProviders>
</testFixturesSourceProviders>
<artifact
type="UNIT_TEST">
</artifact>
</variant>