We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c308b commit 2152cdbCopy full SHA for 2152cdb
com.unity.mobile.notifications/Editor/AndroidNotificationPostProcessor.cs
@@ -24,8 +24,8 @@ public void OnPostGenerateGradleAndroidProject(string projectPath)
24
25
private void MinSdkCheck()
26
{
27
-#if !UNITY_2020_2_OR_NEWER
28
- // API level 21 not supported since 2020.2, need to check for prior releases
+#if !UNITY_2021_2_OR_NEWER
+ // API level 21 not supported since 2021.2, need to check for prior releases
29
const AndroidSdkVersions kMinAndroidSdk = AndroidSdkVersions.AndroidApiLevel21;
30
31
if (PlayerSettings.Android.minSdkVersion < AndroidSdkVersions.AndroidApiLevel21)
0 commit comments