We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fabric and Crashlytics dependencies are deprecated as of October 2020, and just now Nov 15 , the project will fail with error:
groovy.lang.MissingPropertyException: No such property: scope for class: com.android.build.gradle.internal.variant.ApplicationVariantData
as described here: https://stackoverflow.com/questions/62198361/no-such-property-scope-for-class-com-android-build-gradle-internal-variant-app
Fix is to replace with the new FirebaseCrashlytics per https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android#java
I've started this replacement, should have a PR up tonight.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fabric and Crashlytics dependencies are deprecated as of October 2020, and just now Nov 15 , the project will fail with error:
as described here: https://stackoverflow.com/questions/62198361/no-such-property-scope-for-class-com-android-build-gradle-internal-variant-app
Fix is to replace with the new FirebaseCrashlytics per https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android#java
I've started this replacement, should have a PR up tonight.
The text was updated successfully, but these errors were encountered: