Skip to content

Tags: yasirkula/UnityAndroidRuntimePermissions

Tags

v1.3.1

Toggle v1.3.1's commit message
- 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

Toggle v1.3.0's commit message
- BREAKING CHANGE: Replaced RequestPermission with RequestPermissionA…

…sync (see yasirkula/UnityNativeGallery#343)

- Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)

v1.2.2

Toggle v1.2.2's commit message
Fixed rare "No such proxy method" error for native callback functions

v1.2.1

Toggle v1.2.1's commit message
Potential fix for IllegalStateException on Android (closed #15)

v1.2.0

Toggle v1.2.0's commit message
BREAKING CHANGE: CheckPermission now returns bool + added async varia…

…nts of RequestPermission functions that don't freeze the app unnecessarily (fixed #14)

v1.1.6

Toggle v1.1.6's commit message
Fixed build error

v1.1.5

Toggle v1.1.5's commit message
Embedded proguard.txt file to AAR library which should get rid of Cla…

…ssNotFoundExceptions automatically

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version

v1.1.3

Toggle v1.1.3's commit message
Bugfix for a potential IllegalArgumentException when asking for permi…

…ssions that are not declared in AndroidManifest

v1.1

Toggle v1.1's commit message
Updated Asset Store link