Fixed Build Error
This commit is contained in:
parent
05b3943454
commit
b607aca391
3 changed files with 3 additions and 43 deletions
|
@ -13,6 +13,9 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue