🚀 Bug Fixes and Compatibility Improvements
What's Changed?
- [Bug/#1] Fix: Updated drawable asset names to avoid conflicts
- Resolved drawable resource name conflicts to ensure seamless integration when used alongside other libraries or modules.
- [Feat/#2] Migrate to kotlinx.datetime
- Replaced
java.time
withkotlinx.datetime
for broader compatibility, especially for projects targeting lower API levels (minSdk 24+).
- Replaced