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

Upgrade Android Gradle Plugin to 8.x.x #310

Closed
Lee-Yoonjoo opened this issue Oct 6, 2023 · 0 comments · Fixed by #390
Closed

Upgrade Android Gradle Plugin to 8.x.x #310

Lee-Yoonjoo opened this issue Oct 6, 2023 · 0 comments · Fixed by #390

Comments

@Lee-Yoonjoo
Copy link

Lee-Yoonjoo commented Oct 6, 2023

Screenshot 2023-10-06 at 09 28 47

Hello maintainers,

I am currently using a forked library of this library in my project . I am trying to update my flutter project's Android Gradle Plugin (AGP) to 8.x.x, but I am encountering some compatibility issues.

I'm aware of the option to fork, make corrections, and then use the forked version, but I believe that it might not be the most practical solution for the community.

My Question:

Do you have any plans in the near future to update this library to be compatible with AGP 8.x.x?

Environment:

Flutter version: 3.13.5 via FVM
flutter-maplibre-gl version:

  maplibre_gl:
    git:
      url: https://github.com/Grodien/flutter-maplibre-gl.git
      ref: delayedDisposalCrash

But eventually I hope that I can overwrite your library.

maplibre_gl:
    git:
      url: https://github.com/maplibre/flutter-maplibre-gl.git
      ref: main

Android :
android/app/build.gradle

 compileOptions {
        sourceCompatibility JavaVersion.VERSION_17
        targetCompatibility JavaVersion.VERSION_17
    }
   kotlinOptions {
        jvmTarget = '17'
    }

/android/build.gradle

buildscript {
    // ...
    dependencies {
        classpath 'com.android.tools.build:gradle:8.0.1'
        // ...
    }
}

AGP version:
gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip

Thank you for your assistance and for maintaining this library!

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 a pull request may close this issue.

1 participant