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
[Tests] Fix Designer Tests to use AndroidSdkResolver.GetMaxInstalledPlatform () (#8488)
Our designer tests were not using ` AndroidSdkResolver.GetMaxInstalledPlatform ()`.
As a result if the `android-27` platform was NOT installed the unit
tests would fail. Lets update the system to use the helper method to
find the latest installed platform and use that.
0 commit comments