Skip to content

Commit c549df1

Browse files
author
Stewart Miles
authored
Merge pull request googlesamples#30 from rgngl/fix-sdk-path
Fix SDK path in PlayServicesSupport
2 parents b7a90e4 + 17497e4 commit c549df1

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
@@ -102,7 +102,7 @@ public string SDK
102102
{
103103
get
104104
{
105-
if (sdk == null)
105+
if (string.IsNullOrEmpty(sdk))
106106
{
107107
sdk = System.Environment.GetEnvironmentVariable("ANDROID_HOME");
108108
}

0 commit comments

Comments
 (0)