Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Added documentationUrl, changelogUrl and licensesUrl to package.json
  • Loading branch information
yasirkula authored Jan 19, 2021
1 parent 5f6454c commit 514299a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"name": "com.yasirkula.androidruntimepermissions",
"displayName": "Android Runtime Permissions",
"version": "1.1.4",
"documentationUrl": "https://github.com/yasirkula/UnityAndroidRuntimePermissions",
"changelogUrl": "https://github.com/yasirkula/UnityAndroidRuntimePermissions/releases",
"licensesUrl": "https://github.com/yasirkula/UnityAndroidRuntimePermissions/blob/master/LICENSE.txt",
"description": "This plugin helps you query/request runtime permissions synchronously on Android M and later. It also works on older Android versions and detects whether a requested permission is declared in AndroidManifest or not."
}

0 comments on commit 514299a

Please sign in to comment.