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

Added support for Android 15. #4147

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Added support for Android 15. #4147

wants to merge 6 commits into from

Conversation

MohitMaliFtechiz
Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz commented Dec 20, 2024

Fixes #3990

  • Updated Gradle and kotlin versions.
  • Updated related dependency to their latest version.
  • Added kotlin-ksp in the project since gradle 2.0+ needs ksp instead of kapt.
  • Upgraded the dagger version to 2.53.1.
  • 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 errors because it is permanently removed in this version of kotlin.
  • Replaced some deprecated methods with new methods that are deprecated in the latest version of Gradle.
  • Fixed some string lint issues.

@MohitMaliFtechiz MohitMaliFtechiz marked this pull request as draft December 20, 2024 13:28
* 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.
* Upgraded the `kotlin_coroutines` dependency to `1.10.1`.
* Upgraded the `espresso` dependency to `3.6.1`.
* Upgraded the `tracing` dependency to `1.2.0`.
* Upgraded the `espresso` dependency to `3.6.1`.
* Upgraded the `material` dependency to `1.12.0`.
* Upgraded the `webkit` dependency to `1.12.1`.
* Upgraded the `room` dependency to `2.6.1`.
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.

Support Android 15
2 participants