diff options
author | cyBerta <cyberta@riseup.net> | 2023-10-31 22:40:45 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-10-31 22:40:45 +0100 |
commit | e65b47944ccb636d54cbf400818fbd0840bad809 (patch) | |
tree | fa7b4c242d40fd5c9bcbaa7870dc0f8a366a1514 /app/src/debug | |
parent | 45b436424cd897a3d53c146161fbf171838c6b68 (diff) |
fix debug AndroidManifest
Diffstat (limited to 'app/src/debug')
-rw-r--r-- | app/src/debug/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index c15de426..803284f3 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -28,7 +28,6 @@ android:appCategory="productivity" android:logo="@mipmap/ic_launcher" android:theme="@style/BitmaskTheme"> - > <provider android:name=".LeakCanaryInstaller" android:authorities="${applicationId}.leakcanary-installer" |