mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00

* Upgraded the ksp version to `2.0.0-1.0.24`. * Upgraded the kotlin version to `2.0.0`. * Upgraded the objectbox version to `4.0.3`. * Removed the deprecated `runBlockingTest` from test cases which was giving compilation error because it is permanently removed in this version of kotlin. * Replaced some deprecated methods with new methods that is deprecated in latest version of gradle. * Fixed some string lint issues.