Skip to content

Commit

Permalink
Prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldietz committed Jan 20, 2020
1 parent d635066 commit 4d05cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SSJ is an extensible android framework for social signal processing in an out of
### Download
* To use libssj in your own application, simply add the gradle dependency:
```
implementation 'com.github.hcmlab:libssj:0.7.5'
implementation 'com.github.hcmlab:libssj:0.7.6'
```
* You can also download the [latest binaries](../../releases/latest) from the [releases section](../../releases)
<a href='https://play.google.com/store/apps/details?id=hcm.ssj.creator&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="70" align="right"/></a>
Expand Down
2 changes: 1 addition & 1 deletion libssj/src/main/java/hcm/ssj/core/LimitedSizeQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Custom implementation of a LIFO queue with fixed size.
*
* @see <a href="https://stackoverflow.com/questions/1963806/is-there-a-fixed-sized-queue-which-removes-excessive-elements">source</a>.
* <p>
*
* Created by Michael Dietz on 09.01.2020.
*/
public class LimitedSizeQueue<K> extends ArrayList<K>
Expand Down

0 comments on commit 4d05cd1

Please sign in to comment.