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
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@
10
10
]]></description>
11
11
12
12
<change-notes><![CDATA[
13
-
<p>1.1.0</p>
13
+
<p>1.1.1</p>
14
14
<ul>
15
-
<li>[#5] Support Kotlin</li>
15
+
<li>[#16] Support inserting onRequestPermissionsResult/onActivityResult call for Kotlin</li>
16
+
<li>[#18][#20] Fix NullPointerException when PermissionsDispatcher is not set as dependancy</li>
16
17
</ul>
17
18
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
0 commit comments