Fix codeAnalysis errors

This commit is contained in:
Gergely Hegedus 2021-09-18 17:07:41 +03:00
parent 516b097e9e
commit 1aa0b48b0a
8 changed files with 37 additions and 13 deletions

View file

@ -10,6 +10,7 @@ android {
defaultConfig {
applicationId "org.fnives.test.showcase"
minSdkVersion 21
//noinspection OldTargetApi // todo
targetSdkVersion 30
versionCode 1
versionName "1.0"