Skip to content

Commit

Permalink
Fixed bug in PhysicaloidLibrary
Browse files Browse the repository at this point in the history
Upload failed if hex were bigger than 65535 bytes - see: Lauszus/PhysicaloidLibrary@f2b3035
  • Loading branch information
Lauszus committed Apr 30, 2015
1 parent 45b070e commit 11aa02b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified libs/com/physicaloid/physicaloid/1.0/physicaloid-1.0.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/com/physicaloid/physicaloid/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0</version>
</versions>
<lastUpdated>20131225010130</lastUpdated>
<lastUpdated>20150430002157</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion libs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mvn install:install-file \
-Dversion=1.0 \
-DgeneratePom=true \
-Dpackaging=aar \
-Dfile=PhysicaloidLibrary/build/libs/PhysicaloidLibrary-1.0.aar \
-Dfile=PhysicaloidLibrary/build/outputs/aar/PhysicaloidLibrary-release.aar \
-DlocalRepositoryPath=../

echo "Done installing libraries"

0 comments on commit 11aa02b

Please sign in to comment.