You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are adding support for Android 16 in #4231. As part of this, we have upgraded our Gradle and dependencies.
After upgrading Gradle, the new lint checks bring significant improvements. Additionally, our project includes detekt and ktlint, so we should upgrade them as well to leverage their enhancements for better code quality and robustness.
However, upgrading these libraries in #4231 would make the process more complex, as it requires extensive refactoring. Therefore, it is better to upgrade them separately.
Environment
Version of Kiwix Android: 3.14.0
The text was updated successfully, but these errors were encountered:
MohitMaliFtechiz
changed the title
Upgraded detekt and ktlint version to take advantage of new feature of these libraries.
Upgrade detekt and ktlint to take advantage of the new features of these libraries.
Feb 19, 2025
Describe the bug
We are adding support for Android 16 in #4231. As part of this, we have upgraded our Gradle and dependencies.
After upgrading Gradle, the new
lint
checks bring significant improvements. Additionally, our project includesdetekt
andktlint
, so we should upgrade them as well to leverage their enhancements for better code quality and robustness.However, upgrading these libraries in #4231 would make the process more complex, as it requires extensive refactoring. Therefore, it is better to upgrade them separately.
Environment
The text was updated successfully, but these errors were encountered: