Upgraded to Android Studio 3.0 canary 3 and with it gradle-4.0-milestone-1-all Due to the new way of evaluating dependencies the current plugin used in https://firebase.google.com/docs/crash/android#uploading_proguard_mapping_files_with_gradle no longer works, running the task:
$ gradlew app:firebaseUploadReleaseProguardMapping
Yields an error:
Cannot create tasks to upload Proguard Mapping File.java.lang.IllegalStateException: Resolving configuration 'androidTestAnnotationProcessor' directly is not allowed
Any suggestions to make this work?
Updates from - groups.google.com/forum/#!topic/firebase-talk/JqnlnGK2ddY
Change from
classpath('com.google.firebase:firebase-plugins:1.1.0') {
to
classpath('com.google.firebase:firebase-plugins:1.1.0-alpha1') {
classpath 'com.google.firebase:firebase-plugins:1.1.5'
fixes the issue.
Ref: https://firebase.google.com/docs/crash/android#known_issue
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With