Gradle DSL method not found: 'exclude()'
Merhaba arkadaşlar , android studioda projeyi import ettikten sonra şöyle bir hatayla karşılaşıyorum ;
Hata çıktısı :
Error:(88, 0) Gradle DSL method not found: 'exclude()'
Possible causes:<ul><li>The project 'PAD-master' may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>
Gradle-wrapper-properties kodları :
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
Bu sorunu nasıl çözebilirim ? Teşekkürler