summaryrefslogtreecommitdiff
path: root/android/app/build/intermediates/packaged_res/debug/xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-06-29 02:41:36 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-06-29 02:41:36 +0000
commit0c8b95cb54b2b0d9707357037d1839d24c22ab19 (patch)
treefe6ca3916a578748809c5a0907958e3d9d561656 /android/app/build/intermediates/packaged_res/debug/xml
parent6dfdb9aab91391b6578417ebbcb758c8aba62c21 (diff)
chore: gitignore android build output
Diffstat (limited to 'android/app/build/intermediates/packaged_res/debug/xml')
-rw-r--r--android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml b/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml
deleted file mode 100644
index a94bcbe..0000000
--- a/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<appwidget-provider
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="250dp"
- android:minHeight="250dp"
- android:targetCellWidth="4"
- android:targetCellHeight="4"
- android:updatePeriodMillis="0"
- android:configure="org.terst.doot.widget.ui.SettingsActivity"
- android:widgetCategory="home_screen"
- android:widgetFeatures="reconfigurable|configuration_optional"
- android:resizeMode="horizontal|vertical"
- android:description="@string/app_name" />