0maru / twitter_login

MIT License
54 stars 54 forks source link

v3.0.4 Android build failing #37

Closed sentd94 closed 3 years ago

sentd94 commented 3 years ago

FAILURE: Build failed with an exception.

The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility. Building plugin cloud_firestore... Exception: The plugin cloud_firestore could not be built due to the issue above.

0maru commented 3 years ago

@sentd94 What is the version of gradle in android/build.gradle? I think using 3.5.4 will solve the problem.

classpath 'com.android.tools.build:gradle:3.5.4'

If not, please share additional information. android/build.gradle or flutter run -v

sentd94 commented 3 years ago

The version of gradle was 3.5.0 Changing it to 3.5.4 seems to have fixed the issue.