kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration
BSD 2-Clause "Simplified" License
194 stars 46 forks source link

dependency mismatch after upgrading to android studio 3.3 #51

Closed paulhsu closed 5 years ago

paulhsu commented 5 years ago

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"
}

}

panthe commented 5 years ago

Yes, this issue affect our installation too

nemorystudios commented 5 years ago
* 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?

KammererTob commented 5 years ago

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

https://github.com/kiwi-bop/flutter_crashlytics/pull/39

amerinoo commented 5 years ago

Good job @KammererTob that should work. Thanks!

jaumard commented 5 years ago

Try with 2.1, should be ok now :)

ened commented 5 years ago

@paulhsu please close issue if resolved.

jaumard commented 5 years ago

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