Closed MrMagloire closed 5 years ago
Regarding multiDexEnabled
, this is already true in app/build.gradle
, All is normal in buildscript
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:4.1.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-4'
}
}
, when i add geoflutterfire, build fails but when i create new project with only cloud_firestore and geoflutterfire everything is going well.
@MrMagloire this should solve your issue!
Hi I am trying to build an app but I get the following error:
VERSIONS:
Also my current gradle version is 4.1 I mention that I also have firestore_auth and google_sign_in in dependencies