Skip to content

Commit e50b9d4

Browse files
committed
Update AppBuilderHelper.cs
1 parent 3b50041 commit e50b9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/integration_testing/AppBuilderHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ private static void BuildAndroid() {
226226
PlayerSettings.Android.minifyRelease = true;
227227
#if !UNITY_2021_1_OR_NEWER
228228
PlayerSettings.Android.minifyWithR8 = false;
229-
#else
229+
#endif
230230
#elif UNITY_2017_1_OR_NEWER
231231
EditorUserBuildSettings.androidReleaseMinification = AndroidMinification.Proguard;
232232
EditorUserBuildSettings.androidDebugMinification = AndroidMinification.Proguard;

0 commit comments

Comments
 (0)