Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.2.3 #27

Merged
merged 5 commits into from
Jun 5, 2024
Merged

Version 1.2.3 #27

merged 5 commits into from
Jun 5, 2024

Conversation

MateusRodCosta
Copy link
Owner

Changelog

• Upgraded dependencies
• Fixed an issue where the app would crash if trying to save bigger files
• This was caused because previously the entire file was loaded to memory and bigger files hit a memory usage system limit
• The file saving logic is now handled asynchronously thanks to Kotlin coroutines

Issues

Fixes #25

Gradle: 8.7 -> 8.8
AGP: 8.4.0 -> 8.4.1
Kotlin: 1.8.23 -> 1.9.24
Compose Compiler: 1.5.13 -> 1.5.14
New dependencies:

Coroutines: 1.7.3
Lifecycle Runtime Ktx: 2.8.1
@MateusRodCosta MateusRodCosta self-assigned this Jun 5, 2024
@MateusRodCosta MateusRodCosta merged commit a0f9fc7 into main Jun 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to handle large 500 MB files
1 participant