cordova-plugin-proguard icon indicating copy to clipboard operation
cordova-plugin-proguard copied to clipboard

Progurad plugin conflict with firebase-x

Open Adityakhandelwal021 opened this issue 1 year ago • 3 comments

i am facing this issue when i am trying to generate release build of android application.and i am check lot of things after then i got the issue there is a conflict between firebase-x plugin and cordova plugin.so please help me how can i resolved this issue

both plugin important for me here

What went wrong: A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type 'UploadMappingFileTask'). In plugin 'com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsPlugin' type 'com.google.firebase.crashlytics.buildtools.gradle.tasks.UploadMappingFileTask' property 'googleServicesResourceRoot' doesn't have a configured value.

Reason: This property isn't marked as optional and no value has been configured.

Possible solutions:

Assign a value to 'googleServicesResourceRoot'. Mark property 'googleServicesResourceRoot' as optional.

Adityakhandelwal021 avatar Jan 25 '24 05:01 Adityakhandelwal021