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