I can't build project properly after I updated my Android Studio to 1.3 version. I found in project gradle file error in line
compile 'com.android.support:multidex:1.0.1'
and it says
This support library should not use a lower version (1) than the targetSdkVersion (22)
but in my SDK folder i cant find higher version of multidex.
Is there any way to fix it?