Skip to content

[Question]: Error build android since package_info_plus 3.0.1 #1290

Closed
@AlexRich16

Description

@AlexRich16

What is your question?

I've a build error on android since I've upgrade package_info_plus 3.0.0 -> 3.0.1

A problem occurred configuring project ':package_info_plus'.
> Could not resolve all artifacts for configuration ':package_info_plus:classpath'.
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20.

build.gradle

ext.kotlin_version = '1.6.10'

classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip

If i downgrade on package_info_plus 3.0.0 , it's ok ✅

Can you help me to upgrade my dependency and solve my problem ?
Thanks

Checklist before submitting a question

  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I am using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions