Kaspresso 1.2.1
Changes
- Transferring from jcenter to maven.
- Update Kakao version (3.0.2) with the changed package name.
- 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.