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

Bump Gradle plugin version #4

Closed
guidezpl opened this issue Apr 20, 2023 · 7 comments · Fixed by #5
Closed

Bump Gradle plugin version #4

guidezpl opened this issue Apr 20, 2023 · 7 comments · Fixed by #5

Comments

@guidezpl
Copy link

guidezpl commented Apr 20, 2023

Updating to latest Gradle versions is not possible if depending on the package because it does not satisfy version requirements

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':dual_screen' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10

I suspect both classpath 'com.android.tools.build:gradle:4.1.3' and ext.kotlin_version = '1.5.10' need to be bumped.

@andreidiaconu
Copy link
Contributor

Will have a look and get back to you.

@guidezpl
Copy link
Author

Related: flutter/flutter#125181

@andreidiaconu
Copy link
Contributor

andreidiaconu commented Apr 21, 2023

Opened PR #5, which should be quick to close. Also upgraded to agp 7, even though it did not seem necessary.

@guidezpl
Copy link
Author

Thanks! Can you please publish 1.0.4?

@andreidiaconu
Copy link
Contributor

The publish action uses Flutter master and two tests are failing. Investigating.

@andreidiaconu
Copy link
Contributor

Sorry for the delay - 1.0.4 is up and the next updates should go through faster if we need more changes.

@guidezpl
Copy link
Author

Great, thank you

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.

2 participants