InstaMaterial icon indicating copy to clipboard operation
InstaMaterial copied to clipboard

Failed to resolve:com.commonsware.cwac:camera:0.7+

Open futurexiong opened this issue 8 years ago • 1 comments

Failed to resolve:com.commonsware.cwac:camera:0.7+ in AS 2.2 with gradle version 2.14.1. Any ideas?

futurexiong avatar Sep 28 '16 06:09 futurexiong

In your project level build.gradle file change this: maven { url "https://repo.commonsware.com.s3.amazonaws.com" } to this: maven { url "https://s3.amazonaws.com/repo.commonsware.com" }

aromano272 avatar Oct 17 '16 01:10 aromano272