@nativescript-community/perms
Advanced tools
Comparing version 2.2.19 to 2.2.20
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.2.20](https://github.com/nativescript-community/perms/compare/v2.2.19...v2.2.20) (2022-11-29) | ||
**Note:** Version bump only for package @nativescript-community/perms | ||
## [2.2.19](https://github.com/nativescript-community/perms/compare/v2.2.18...v2.2.19) (2022-11-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/perms", | ||
"version": "2.2.19", | ||
"version": "2.2.20", | ||
"description": "An unified permissions API for NativeScript on iOS and Android.", | ||
@@ -35,3 +35,3 @@ "main": "./permissions", | ||
"readmeFilename": "README.md", | ||
"gitHead": "d68adcc038b07a11bb9a27aa57eb217b69675dfb" | ||
"gitHead": "7c03ffb8a3f4af7773c5a7c792ef72aa068ee799" | ||
} |
@@ -105,3 +105,3 @@ import { Trace, Utils } from '@nativescript/core'; | ||
if (getAndroidSDK() >= ANDROID13) { | ||
return ['android.permission.POST_NOTIFICATIONS']; | ||
return [android.Manifest.permission.POST_NOTIFICATIONS]; | ||
} | ||
@@ -108,0 +108,0 @@ break; |
Sorry, the diff of this file is not supported yet
118157