Disable ExpiredTargetSdkVersion for now
This commit is contained in:
parent
0935430508
commit
8d45d54acd
1 changed files with 5 additions and 0 deletions
|
|
@ -36,4 +36,9 @@ android {
|
||||||
includeInApk false
|
includeInApk false
|
||||||
includeInBundle false
|
includeInBundle false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Upgrade targetSdk
|
||||||
|
lintOptions {
|
||||||
|
disable 'ExpiredTargetSdkVersion'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue