Skip to content

Kaspresso 1.2.1

Compare
Choose a tag to compare
@matzuk matzuk released this 16 Jun 10:55
· 656 commits to master since this release
e7bd534

Changes

  1. Transferring from jcenter to maven.
  2. Update Kakao version (3.0.2) with the changed package name.
  3. Bugs fixes and small improvements.

Breaking changes

Kaspresso migrated to a new version of Kakao which has io.github.kakaocup.kakao package name. Replace all imports using command find . -type f \( -name "*.kt" -o -name "*.java" \) -print0 | xargs -0 sed -i '' -e 's/com.agoda/io.github.kakaocup/g' or using global replacement tool in IDE.