5.1.12
·
293 commits
to refs/heads/main
since this release
🐛 Bug Fixes
- Fixes
IndexOutOfBounds
exception from the 5.1.11 release. It was thrown fromOperationRepo.loadSavedOperations
if app was opened offline, some operations done, and then the app is opened again. (#2081) - Addressed compatibility with AGP (Android Gradle Plugin) 7 and older.
- Reverted back to using JDK11 for release builds, the 5.1.11 release was built with JDK21 which caused this.