将 Android Studio 更新到 1.3 版本后,我无法正确构建项目。我在项目 gradle 文件中发现行错误
compile 'com.android.support:multidex:1.0.1'
它说
This support library should not use a lower version (1) than the targetSdkVersion (22)
但在我的 SDK 文件夹中,我找不到更高版本的 multidex。
有什么办法可以解决吗?