You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.DefaultProperties.targets
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@
49
49
<!--
50
50
Android package (apt/aab) alignment, expressed as the page size in kilobytes. Two values are supported: 4 and 16.
51
51
Sometime next year the default value should be changed to 16 since it's going to be a Google Play store requirement for
52
-
application submissions
52
+
application submissions.
53
+
54
+
When changing this default, change the value of `DefaultZipAlignment` in `src/Xamarin.Android.Build.Tasks/Tasks/AndroidZipAlign.cs` as well
0 commit comments