Reverting versions of target SDK and support version. Newer versions mess up with the side menu.

This commit is contained in:
Synced Synapse 2015-06-22 23:16:54 +01:00
parent ca119fd21c
commit 5038720661
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "org.xbmc.kore"
minSdkVersion 15
targetSdkVersion 22
targetSdkVersion 21
versionCode 11
versionName "1.4.0"
}
@ -70,9 +70,9 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
compile 'com.jakewharton:butterknife:6.1.0'