kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependency mismatch after upgrading to android studio 3.3

paulhsu opened this issue · comments

buildscript {
ext.kotlin_version = '1.2.71' ==> 1.3.11
repositories {
google()
jcenter()
}

dependencies {
    classpath 'com.android.tools.build:gradle:3.2.1'  ==> **3.3.0**
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

}

Yes, this issue affect our installation too

* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_crashlytics' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

Getting the same issue here. If we switch to Kotlin for our flutter android project though we can fix this right?

commented

There i an open pull-request for the dependency updates:

#39

Good job @KammererTob that should work. Thanks!

Try with 2.1, should be ok now :)

@paulhsu please close issue if resolved.

Closing this as it should be ok now, if not the case please reopen :)