- Refactor to Kotlin
- Option to handle session increments manually by setting
incrementSessionsAutomatically(false)
in Builder and usingincrementSessionCount()
helper function - Add click listeners for positive button and negative button
- Option to reset count using
resetCount()
- Dark theme support
- Migrate library from JCenter to Maven Central
- Update targetSdkVersion to 29
- Fix warnings
- Update dependencies to AndroidX
- Dark mode support