Skip to content

Instantly share code, notes, and snippets.

@kirich1409
Created November 11, 2019 20:06
Show Gist options
  • Save kirich1409/ca3649a25028449ff1377bc2769afc67 to your computer and use it in GitHub Desktop.
Save kirich1409/ca3649a25028449ff1377bc2769afc67 to your computer and use it in GitHub Desktop.
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
>
<application
android:name=".SampleApplication"
android:appComponentFactory="com.kirich1409.android.inject.InjectComponentFactory"
tools:replace="android:appComponentFactory"
>
...
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment