dependencies の compile にある「com.android.support:appcompat-v7」
にどのバージョンを書けばよいのかわからなくなるときがあります。
↓例
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.1' ← どのバージョンかわからなくなる
}
そんなときは、SDKマネージャーを見るとわかります。
SDK Manager > Appearance & Behavior > System Settings > Android SDK > SDK Tools
にある
Android Support Library, rev xx.x.x

ここのバージョンを使います。
参考:
http://woshidan.hatenadiary.jp/entry/2015/09/28/233823