Releases: yasirkula/UnityAndroidRuntimePermissions
Releases · yasirkula/UnityAndroidRuntimePermissions
Release list
v1.3.1
- Fixed "Namespace 'com.yasirkula.unity' is used in multiple modules and/or libraries" error that is introduced with Android Gradle version 9.1.0 on Unity 6.4.4+ if multiple native plugins of mine are used at the same time: https://discussions.unity.com/t/info-android-gradle-9-1-0-agp-9-0-0-update-in-unity-6-4/1709062
- "AAR Source (Android)" folder is now an actual Android Studio Android Library module
- Plugin's Gradle version had to be updated to 7.5.1 to fix this issue so make sure your Unity version is compatible: https://docs.unity3d.com/2021.3/Documentation/Manual/android-gradle-overview.html
v1.3.0
- BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see yasirkula/UnityNativeGallery#343)
- Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)
v1.2.2
v1.2.1
v1.2.0
- BREAKING CHANGE: CheckPermission now returns bool because Permission was unreliable when the permission was modified via Settings
- Added async variants of RequestPermission functions that don't freeze the app unnecessarily
- Fixed RequestPermission sometimes not working when the permission was reset via Settings (#14)
v1.1.6
v1.1.5
v1.1.4
Fixed minor issue: yasirkula/UnityNativeGallery#138