How can I understand compile 'com.android.support:design:23.1.1'
what I should write in my gradle there ??? how can i find out what is the latest design support library number? How can I understand what I need to use?
for compile 'com.google.android.gms:play-services:8.4.0'
and suggests that I want to include an external library, how do I do this?
compile(name:'estimote-sdk', ext:'aar')
something like that?
Thank you for your help. I'm new to Android studio migrating from eclipse
source
share