Skip to content

Commit 79129ab

Browse files
authored
Update README.md (#71)
1 parent 5d2165d commit 79129ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Inside your `strings.xml`
4949
</resources>
5050
```
5151

52+
Import package inside your `MainActivity`
53+
```java
54+
import com.codetrixstudio.capacitor.GoogleAuth.GoogleAuth;
55+
```
56+
5257
Register plugin inside your `MainActivity.onCreate`
5358
```java
5459
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{

0 commit comments

Comments
 (0)