Skip to content

Releases: int02h/primaree

v1.2.2

13 Jul 12:10
Compare
Choose a tag to compare

It contains the same changes as v1.2.1 but this version is properly deployed to Maven

v1.2.1 (BROKEN)

18 Jan 09:38
Compare
Choose a tag to compare

This update is only about upgrading project dependencies, Gradle plugins and wrapper, and increasing target and compile SDK.

Updated dependencies:

  • kotlin-stdlib, kotlin-gradle-plugin from 1.3.61 to 1.6.10
  • dokka-gradle-plugin from 0.10.1 to 1.6.10
  • core-ktx from 1.2.0 to 1.7.0
  • appcompat from 1.1.0 to 1.4.1
  • AGP from 3.6.1 to 7.0.4

Target SDK and compile SDK are changed from 29 to 31.

UPD: This release is wrongly deployed to Maven. The .aar file was not deployed. Please use version 1.2.2 instead which contains the same changes but is properly deployed.

v1.2.0

13 May 08:03
b21f9b0
Compare
Choose a tag to compare
  • Improved Java-interop. Now it's more convenient to use Primaree in Java projects #5
  • Application extensions are inlined. It reduces unnecessary overhead on lambda and getter creation #6
  • Added documentation for all public APIs #7

v1.1.0

09 May 16:09
Compare
Choose a tag to compare

What's new

  • The mechanism of retrieving a process name was changed to more stable and reliable. Thanks to @shumidub for contributing.
  • Travic CI checks were improved.

v1.0.0

09 May 09:35
Compare
Choose a tag to compare

The initial release of Primaree library