We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8a370 commit e73b935Copy full SHA for e73b935
1 file changed
README.MD
@@ -64,8 +64,8 @@ public class AppApplication extends Application {
64
```
65
then you need to change your ```AndroidManifest.xml``` to load your custom
66
application class instead of the default one adding the
67
-```android:name".AppApplication"``` (you should update the path accordingly based
68
-on where you create the ```AppApplication``` class) to the manifest if you already didn't.
+```android:name".AppApplication"``` (you should update the path accordingly based on
+where you created the ```AppApplication``` class) to the manifest if you already didn't.
69
70
Something similar to this:
71
0 commit comments