You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the plugin to pubspec.yaml, the project fails to build:
`FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:preDebugBuild'.
Android dependency 'com.android.support:support-compat' has different version for the compile (27.0.2) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution
`
Expected behavior
Successful build.
Reproduction steps
Build a project with these plugins in pubspec.yaml:
🐛 Bug Report
After adding the plugin to pubspec.yaml, the project fails to build:
`FAILURE: Build failed with an exception.
Execution failed for task ':app:preDebugBuild'.
Expected behavior
Successful build.
Reproduction steps
Build a project with these plugins in pubspec.yaml:
Configuration
Version: 1.x and 2.x
Platform:
The text was updated successfully, but these errors were encountered: