Skip to content

Commit 10b0cc4

Browse files
authored
Update README.md
1 parent 476b1b8 commit 10b0cc4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,17 @@ export default config;
217217

218218
## Migration guide
219219

220+
#### Migrate from 3.2.1 to 3.2.2
221+
222+
for `Android` in file `MainActivity.onCreate`
223+
224+
```diff
225+
- this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
226+
- add(GoogleAuth.class);
227+
- }});
228+
+ this.registerPlugin(GoogleAuth.class);
229+
```
230+
220231
#### Migrate from 3.1.x to 3.2.x
221232

222233
Install version 3.2.x:

0 commit comments

Comments
 (0)