Skip to content

Commit

Permalink
Update wallet library versions in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Nov 17, 2019
1 parent 4f9ebc6 commit a18bfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ market-%:
client-wallet-jars:
cd wallet && make jars
cp wallet/collections/build/libs/collections-1.0.0.jar android-client/app/libs/
cp wallet/extensions/build/libs/extensions-1.0.0.jar android-client/app/libs/
cp wallet/extensions/build/libs/extensions-1.0.1.jar android-client/app/libs/
cp wallet/ternary/build/libs/ternary-1.0.0.jar android-client/app/libs/
cp wallet/bip32/build/libs/bip32-1.0.0.jar android-client/app/libs/
cp wallet/bip39/build/libs/bip39-1.0.0.jar android-client/app/libs/
cp wallet/bip39/build/libs/bip39-1.0.1.jar android-client/app/libs/
cp wallet/bip44/build/libs/bip44-1.0.0.jar android-client/app/libs/

0 comments on commit a18bfd3

Please sign in to comment.