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

Update Gradle and Android SDK for Compatibility with the Latest Android and Flutter Versions #39

Closed
wants to merge 4 commits into from

Conversation

AntonioEsito
Copy link

Summary of Changes

  1. Updated Gradle Plugin Version:

    • Upgraded the Gradle build tools version from 3.5.0 to 7.1.3 in android/build.gradle.
  2. Upgraded SDK Versions:

    • compileSdkVersion increased from 30 to 34.
    • minSdkVersion updated from 16 to 24.
    • Added targetSdkVersion set to 34.
  3. Updated Gradle Wrapper Version:

    • Updated Gradle wrapper distribution URL from 5.6.2 to 7.6-rc-1 in android/gradle/wrapper/gradle-wrapper.properties.

Reason for Changes

These updates align the Android project with the latest SDK and Gradle versions, ensuring compatibility with modern Android APIs and improving overall performance and security.

@Mastersam07
Copy link
Owner

Mastersam07 commented Oct 4, 2024

Hi @AntonioEsito

I am currently working on a couple of updates to this plugin. Some of the changes in this PR has landed on the master branch.

If its not much of a hassle, you can point to the master branch in your pubspec.yaml; particularly the below commit:

livechatt:
    git:
      url: [email protected]:mastersam07/livechat.git
      ref: master

There are a couple of changes remaining to go live. Basically some new features were added to android without the ios support. Those should land later today.

@Mastersam07
Copy link
Owner

Closing this as a new version has been published.

@Mastersam07 Mastersam07 closed this Oct 5, 2024
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.

2 participants