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 2eab310 commit 827d351Copy full SHA for 827d351
source/AndroidResolver/src/GradleResolver.cs
@@ -1161,7 +1161,7 @@ internal static bool ShouldProcess(string aarDirectory) {
1161
// To work around this when Gradle builds are enabled, explosion is enabled for all
1162
// AARs that require variable expansion unless this behavior is explicitly disabled
1163
// in the settings dialog.
1164
- if (PlayServicesResolver.GradleProjectExportEnabled || !SettingsDialog.ExplodeAars) {
+ if (PlayServicesResolver.GradleProjectExportEnabled && !SettingsDialog.ExplodeAars) {
1165
return false;
1166
}
1167
// If this version of Unity doesn't support AAR files, always explode.
0 commit comments