Sep 1, 2026
타임 어택, 프리미엄 테마, 광고 없는 최고의 2048 경험을 만끽하세요! 최신 버전 2048 1.1을 다운로드하여 새로운 기능과 업데이트를 즉시 즐기세요!
- **Responsive Layout**: Auto-adjusts fonts, cards, and padding on small screens (<360dp) and adds vertical scrolling for low-height devices.
- **Reliable Data Saving**: Upgraded persistence to `@ApplicationScope` so game progress is never lost when closing the app.
- **Performance Boost**: Offloaded DataStore JSON decoding to `Dispatchers.IO` and applied `collectAsStateWithLifecycle()` to save battery.
- **Accurate Timer**: Switched timer to monotonic `System.nanoTime()` for precision.