Move LeakCanary into its own variant.

This commit is contained in:
Greyson Parrelli
2023-04-08 12:00:45 -04:00
parent 433e8266c9
commit a56e9e502e
4 changed files with 86 additions and 50 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:name=".CanaryApplicationContext"
tools:replace="android:name" />
</manifest>