Releases: Digidemic/kat-scan
Releases · Digidemic/kat-scan
JitPack Integration, minor config revisions, minor bug fixes
- Added JitPack integration to distribute build aar, javadoc, and sources: https://jitpack.io/#digidemic/kat-scan
- KatScan can then be installed within your project's
build.gradle
.
- KatScan can then be installed within your project's
- Updated project file structure. Example app and katscan library are now part of the same project.
Kat,setup
now just a single public function (instead of there being 2 options).Kat.scan
by default now will write every entry to an external file as well as a console log (so long as running a debug build. Otherwise console logs will always be skipped. By default, writing to external files will always be skipped for release builds. But this can be configured).Config.File.writeKatScanEntriesToFileAndLog
config field was added and defaults totrue
(which controls the above behavior).
Config.File.addEntriesIntoSubdirectoryCreatedToday
will now default totrue
.- Bug fix that may cause console logs to be written in release builds.
1.0.0 Release
The official release of KatScan which includes the source code, compiled .aar, example app, and documentation.