Skip to content

v10.1.5

Compare
Choose a tag to compare
@thudugala thudugala released this 20 May 01:45
· 72 commits to master since this release

Fixed notification cancel issue.
Fixed AssemblyMetadata IsTrimmable is set to True now.

#377 #395 #366 #383 #384 #380

Breaking Change:
UsesPermission must be set at the application level for Android

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.VIBRATE" />

<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />