build.grandle: use targetSdkVersion 28

This commit is contained in:
genofire 2020-08-28 11:11:41 +02:00
parent 08449e34ec
commit dbd041cced
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 28
versionCode 397
versionName "2.8.10"
archivesBaseName += "-$versionName"