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