I have included this in my module level build.gradle
: compile 'com.android.support:support-v4:22'
. (My targetSdkVersion
is 23 and compileSdkVersion
is also 23.)
However, I can see that my app is still using [support v4-23.0.0] android.support.v4.app.Fragment
when the cursor hovers over the import statement at the top of a file. I want my app to use the version 22 Fragment
. Can anyone help?