Fix support library regression
This commit is contained in:
parent
76db43efdd
commit
fe8f99491d
@ -33,6 +33,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 143
|
versionCode 143
|
||||||
versionName '2.1.4'
|
versionName '2.1.4'
|
||||||
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
generatedDensities = []
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
@ -53,8 +55,9 @@ android {
|
|||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
targetCompatibility JavaVersion.VERSION_1_7
|
||||||
}
|
}
|
||||||
defaultConfig {
|
// This is handled for you by the 2.0+ Gradle Plugin
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
aaptOptions {
|
||||||
|
additionalParameters "--no-version-vectors"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user