mohak1283 / Instagram-Clone

Working Instagram Clone (Frontend + Backend) created with Flutter and Firebase
BSD 2-Clause "Simplified" License
761 stars 304 forks source link

Build failed with an exception #17

Open abora97 opened 4 years ago

abora97 commented 4 years ago

i have this issue when open project and add packages in yaml file FAILURE: Build failed with an exception.

BUILD FAILED in 3s Finished with error: Gradle task assembleDebug failed with exit code 1

slybaldguy commented 4 years ago

To fix this, go to app/build.gridle and update your dependencies

dependencies { implementation 'com.google.firebase:firebase-core:17.4.4' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.google.firebase:firebase-analytics:17.4.4' implementation'com.google.firebase:firebase-auth:19.3.2'

}