Skip to content

Commit 123ac2b

Browse files
kadikramanmaicki
authored andcommitted
Fix filename in Android installation guide (#64)
1 parent e34f8c6 commit 123ac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = [{
2020
manualInstallation += `
2121
#### Android
2222
23-
1. Open up \`android/app/src/main/java/[...]/MainActivity.java\`
23+
1. Open up \`android/app/src/main/java/[...]/MainApplication.java\`
2424
- Add \`import ${packageIdentifier}.${name}Package;\` to the imports at the top of the file
2525
- Add \`new ${name}Package()\` to the list returned by the \`getPackages()\` method
2626
2. Append the following lines to \`android/settings.gradle\`:

0 commit comments

Comments
 (0)