You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,7 +64,7 @@ public class MainActivity extends AppCompatActivity {
64
64
}
65
65
```
66
66
67
-
# Migrating to 2.0.0
67
+
# Migrating to 2.x.x
68
68
69
69
Finally, you should not call the PermissionsDispatcher delegate class static methods anymore, this
70
70
plugin will generate those calls for you. Just call the method which was annotated with `@NeedsPermission`. Overriding `onRequestPermissionsResult` should also be removed completely.
@@ -76,6 +76,10 @@ See the example project for code.
76
76
77
77
## Changelog
78
78
79
+
### 2.0.1 (2017-08-03)
80
+
81
+
- fix not compiling code when AA is running first (#7)
0 commit comments