android-seed
android-seed copied to clipboard
Build.gradle Confilct
I've updated the library to 23.1.1:
compile 'com.android.support:support-annotations:23.1.1' compile 'com.android.support:support-v4:23.1.1' compile 'com.android.support:appcompat-v7:23.1.1'
But I got this error : Warning:Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.1.1) and test app (22.0.0) differ.
do you know how to fix this issue?
I think you'll need to bump the target as well. I'll try later.