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
{{ message }}
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Android build gradle has issues with 2.3.3 (which is what com.android.tools.build:gradle:2.3.+ will resolve to). This need to be resolved by dropping to 2.3.0 or an acceptable version of the gradle that contains a proper version of com.android.tools:common.
Temp Workaround:
For those those that use local build simple replace com.android.tools.build:gradle:2.3.+ to com.android.tools.build:gradle:2.3.0.
For those that do not use local builds add the following to your app's build.gradle: