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 3b50041 commit e50b9d4Copy full SHA for e50b9d4
scripts/gha/integration_testing/AppBuilderHelper.cs
@@ -226,7 +226,7 @@ private static void BuildAndroid() {
226
PlayerSettings.Android.minifyRelease = true;
227
#if !UNITY_2021_1_OR_NEWER
228
PlayerSettings.Android.minifyWithR8 = false;
229
-#else
+#endif
230
#elif UNITY_2017_1_OR_NEWER
231
EditorUserBuildSettings.androidReleaseMinification = AndroidMinification.Proguard;
232
EditorUserBuildSettings.androidDebugMinification = AndroidMinification.Proguard;
0 commit comments