Error Android version 1.3 for Android Studio in gradle

I can’t build the project correctly after updating the version of Android Studio to version 1.3. I found in file gradle file error in line

compile 'com.android.support:multidex:1.0.1'

and he says

This support library should not use a lower version (1) than the targetSdkVersion (22)

but in my SDK folder I cannot find a higher version of multidex.

Is there any way to fix this?

+4
source share
1 answer

Android Studio 1.3 ( ). , , - . 1.2. , Android Studio 1.3 .

+2

All Articles