diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 02:41:29 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 02:41:29 +0000 |
| commit | 6dfdb9aab91391b6578417ebbcb758c8aba62c21 (patch) | |
| tree | dd1e450fe88a099945445c1ff9f7cb9142c6b3bf /android/app/build/intermediates/incremental/debug/packageDebugResources | |
| parent | 7b52833b4ab2e5f86d7590683b7eea9559cd42b3 (diff) | |
fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call import in tests
Diffstat (limited to 'android/app/build/intermediates/incremental/debug/packageDebugResources')
3 files changed, 9 insertions, 0 deletions
diff --git a/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties new file mode 100644 index 0000000..450416e --- /dev/null +++ b/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -0,0 +1,3 @@ +#Mon Jun 29 02:35:17 UTC 2026 +org.terst.doot.widget.app-main-5\:/drawable/ic_checkbox_empty.xml=/workspace/doot/android/app/build/intermediates/packaged_res/debug/drawable/ic_checkbox_empty.xml +org.terst.doot.widget.app-main-5\:/xml/widget_info.xml=/workspace/doot/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml diff --git a/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..21d2f89 --- /dev/null +++ b/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Doot Widget</string> +</resources>
\ No newline at end of file diff --git a/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml new file mode 100644 index 0000000..c710ecf --- /dev/null +++ b/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/workspace/doot/android/app/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/workspace/doot/android/app/src/main/res"><file name="ic_checkbox_empty" path="/workspace/doot/android/app/src/main/res/drawable/ic_checkbox_empty.xml" qualifiers="" type="drawable"/><file path="/workspace/doot/android/app/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">Doot Widget</string></file><file name="widget_info" path="/workspace/doot/android/app/src/main/res/xml/widget_info.xml" qualifiers="" type="xml"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/workspace/doot/android/app/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/workspace/doot/android/app/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/workspace/doot/android/app/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/workspace/doot/android/app/build/generated/res/resValues/debug"/></dataSet><mergedItems/></merger>
\ No newline at end of file |
