Skip to content

Commit 1b6a8d8

Browse files
mikaoelitianakadikraman
authored andcommitted
update android installation doc in README (#199)
1 parent 5be7d05 commit 1b6a8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ steps instead.
174174

175175
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
176176

177-
* Add `import com.reactlibrary.RNAppAuthPackage;` to the imports at the top of the file
177+
* Add `import com.rnappauth.RNAppAuthPackage;` to the imports at the top of the file
178178
* Add `new RNAppAuthPackage()` to the list returned by the `getPackages()` method
179179

180180
2. Append the following lines to `android/settings.gradle`:

0 commit comments

Comments
 (0)