1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Update to 8.3.0

This commit is contained in:
xaxtix 2021-12-07 16:25:23 +03:00
parent 64c32ace43
commit dcf1c6d4c3

View File

@ -299,7 +299,7 @@ android {
} }
} }
defaultConfig.versionCode = 2470 defaultConfig.versionCode = 2493
applicationVariants.all { variant -> applicationVariants.all { variant ->
variant.outputs.all { output -> variant.outputs.all { output ->
@ -318,7 +318,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionName "8.2.7" versionName "8.3.0"
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi'] vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']