1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33: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 ->
variant.outputs.all { output ->
@ -318,7 +318,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionName "8.2.7"
versionName "8.3.0"
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']