build.grandle: use targetSdkVersion 28
This commit is contained in:
parent
08449e34ec
commit
dbd041cced
|
@ -95,7 +95,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 28
|
||||
versionCode 397
|
||||
versionName "2.8.10"
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
Loading…
Reference in New Issue