Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found in android -


i use following library add material design android project

https://github.com/boxme/squarecamera

but after importing module, following error. how can fix it

error:(2, 0) plugin id 'com.github.dcendents.android-maven' not found. 

update buildscript dependencies build.gradle file located in your_project/build.gradle

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

buildscript {     repositories {         jcenter()     }     dependencies {         classpath 'com.android.tools.build:gradle:2.3.0'         classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // line need add      } } 

hope you


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -