Skip to content

Commit debcf7b

Browse files
author
Stewart Miles
committed
Merge remote-tracking branch 'github/master' into internal.
Change-Id: Id812cdd5464aa1023b714b4beb5781e116981e44
2 parents edccad6 + c549df1 commit debcf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/JarResolverLib/src/Google.JarResolver/PlayServicesSupport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private static string SDKInternal
109109
sdk = UnityEditor.EditorPrefs.GetString("AndroidSdkRoot");
110110
}
111111
#endif // UNITY_EDITOR
112-
if (String.IsNullOrEmpty(sdk)) {
112+
if (string.IsNullOrEmpty(sdk)) {
113113
sdk = System.Environment.GetEnvironmentVariable("ANDROID_HOME");
114114
}
115115
return sdk;

0 commit comments

Comments
 (0)