Skip to content

Commit

Permalink
Fix reference to .jar for firestore
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Mar 14, 2018
1 parent ca0af84 commit ec5dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-firestore/source/Firebase-Firestore.csproj
Expand Up @@ -89,7 +89,7 @@
<Folder Include="Jars\" />
</ItemGroup>
<ItemGroup>
<InputJar Include="..\..\externals\firebase-firestore\firebase-firestore-aar.jar">
<InputJar Include="..\..\externals\firebase-firestore\classes.jar">
<Link>Jars\firebase-firestore-aar.jar</Link>
</InputJar>
</ItemGroup>
Expand Down

0 comments on commit ec5dae0

Please sign in to comment.