Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit d50661e

Browse files
committed
Remove extra trailing slash from xbd d/l path
1 parent eb6e699 commit d50661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<_XbdAarFile_>m2repository\com\android\support\$AarKey$\$AarVersion$\$AarKey$-$AarVersion$.aar</_XbdAarFile_>
1212

1313
<!-- Full path to .aar file, assuming we had to download to the cache - we reset this later if it is in the sdk -->
14-
<_XbdAarFileFullPath_>$(XamarinBuildDownloadDir)\$(_XbdKey_)\$(_XbdAarFile_)</_XbdAarFileFullPath_>
14+
<_XbdAarFileFullPath_>$(XamarinBuildDownloadDir)$(_XbdKey_)\$(_XbdAarFile_)</_XbdAarFileFullPath_>
1515

1616
<!-- Assembly name to embed .aar in -->
1717
<_XbdAssemblyName_>$XbdAssemblyName$</_XbdAssemblyName_>

0 commit comments

Comments
 (0)