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 SDK 34. #97

Merged
merged 4 commits into from
May 13, 2024
Merged

Added support for SDK 34. #97

merged 4 commits into from
May 13, 2024

Commits on May 13, 2024

  1. Added support for SDK 34.

    * Upgraded the gradle to support the Android 14.
    * Made the changes in code to adapt the new gradle.
    * Rectify the deprecated code that are not working in new version of gradle.
    MohitMaliDeveloper committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ab98924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b5288 View commit details
    Browse the repository at this point in the history
  3. Upgraded nexus-plugin to 2.0.0.

    * Changed the minimum SDK version to 24.
    MohitMaliDeveloper committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e4971c6 View commit details
    Browse the repository at this point in the history
  4. Enabled the lint in our project to avoid potential errors. The lint w…

    …ill automatically fail the CI when compiling the project if there is any error in project.
    MohitMaliDeveloper committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ad78cf2 View commit details
    Browse the repository at this point in the history