Skip to content

Commit abf753a

Browse files
committed
Increase minimum Unity version to 20.3
1 parent 6fe683d commit abf753a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ test_editors:
44
- version: 2022.1
55
- version: 2021.3
66
- version: 2020.3
7-
- version: 2019.4
87

98
test_players:
109
- version: trunk

com.unity.mobile.notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.mobile.notifications",
33
"displayName": "Mobile Notifications",
44
"version": "2.0.2",
5-
"unity": "2019.4",
5+
"unity": "2020.3",
66
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nOn iOS receiving of push notifications is also supported.",
77
"keywords": [
88
"Android",

0 commit comments

Comments
 (0)