Skip to content

Commit 7a3d0e7

Browse files
committed
Fix min Android version in package.json
1 parent 7099a99 commit 7a3d0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.mobile.notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mobile Notifications",
44
"version": "2.0.1",
55
"unity": "2019.4",
6-
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nRequires iOS 10 and Android 4.4 or above.",
6+
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nRequires iOS 10 and Android 5.1 or above.",
77
"keywords": [
88
"Android",
99
"iOS",

0 commit comments

Comments
 (0)