0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

LINT api: consistent noinspection OldTargetApi

Matches AnkiDroid folder
This commit is contained in:
David Allison 2020-06-04 23:21:52 +01:00 committed by Mike Hardy
parent 99430e49b1
commit 447647b84e
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ android {
defaultConfig {
applicationId "com.ichi2.anki"
minSdkVersion 16
//noinspection OldTargetApi
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 28
multiDexEnabled true
testApplicationId "com.ichi2.anki.tests"

View File

@ -13,6 +13,7 @@ android {
defaultConfig {
minSdkVersion 8
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 11016 // 4th digit: 1=alpha, 2=beta, 3=official
versionName version