Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommaso-latini committed Jan 11, 2023
1 parent 28e0e5c commit aea060e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security.

## [2.6.1] - 2023-01-11
### Fixed
- Fix native discovery

## [2.5.2] - 2020-01-26
### Fixed
- Minor security improvements to Android service.
Expand Down
Binary file modified fing-kit.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
ARTIFACT: fingkit
FILE: fing-kit.aar
GROUP: com.overlook.android
VERSION: 2.5.2
VERSION: 2.6.1
install:
- "echo \"Running maven install w/ file -> ${FILE} and version -> ${VERSION}. Group id -> ${GROUP}. Artifact Id -> ${ARTIFACT}\""
- "mvn install:install-file -Dfile=$FILE -DgroupId=$GROUP -DartifactId=$ARTIFACT -Dversion=$VERSION -Dpackaging=aar -Dtype=aar"
Expand Down

0 comments on commit aea060e

Please sign in to comment.