Skip to content

Commit 2152cdb

Browse files
committed
It's 2021.2, not 2020
1 parent f0c308b commit 2152cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.mobile.notifications/Editor/AndroidNotificationPostProcessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public void OnPostGenerateGradleAndroidProject(string projectPath)
2424

2525
private void MinSdkCheck()
2626
{
27-
#if !UNITY_2020_2_OR_NEWER
28-
// API level 21 not supported since 2020.2, need to check for prior releases
27+
#if !UNITY_2021_2_OR_NEWER
28+
// API level 21 not supported since 2021.2, need to check for prior releases
2929
const AndroidSdkVersions kMinAndroidSdk = AndroidSdkVersions.AndroidApiLevel21;
3030

3131
if (PlayerSettings.Android.minSdkVersion < AndroidSdkVersions.AndroidApiLevel21)

0 commit comments

Comments
 (0)