I am trying to add a third party library in gradle. It is showing Failed to resolve:
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:cardview-v7:25.0.1' compile 'com.android.support:design:25.0.1' compile 'com.github.ParkSangGwon:TedPicker:v1.0.10' //compile 'gun0912.ted:tedbottompicker:1.0.12' testCompile 'junit:junit:4.12' }
cwac-camera) that I wrote.