mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Release 0.9.0
This commit is contained in:
parent
044b1f659e
commit
444310b1d8
@ -21,7 +21,7 @@ android {
|
|||||||
applicationId = "com.machiav3lli.fdroid"
|
applicationId = "com.machiav3lli.fdroid"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 32
|
targetSdk = 32
|
||||||
versionCode = 908
|
versionCode = 909
|
||||||
versionName = "0.9.0"
|
versionName = "0.9.0"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
@ -68,7 +68,6 @@ android {
|
|||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
versionNameSuffix = "-rc2"
|
|
||||||
resValue("string", "application_name", "Neo Store-Debug")
|
resValue("string", "application_name", "Neo Store-Debug")
|
||||||
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
|
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
|
||||||
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
|
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
|
||||||
@ -77,7 +76,6 @@ android {
|
|||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
applicationIdSuffix = ".neo"
|
applicationIdSuffix = ".neo"
|
||||||
versionNameSuffix = "-rc2"
|
|
||||||
resValue("string", "application_name", "Neo Store-beta")
|
resValue("string", "application_name", "Neo Store-beta")
|
||||||
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
|
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
|
||||||
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
|
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
|
||||||
@ -85,7 +83,6 @@ android {
|
|||||||
named("release") {
|
named("release") {
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = true
|
||||||
isShrinkResources = true
|
isShrinkResources = true
|
||||||
versionNameSuffix = "-rc2"
|
|
||||||
resValue("string", "application_name", "Neo Store")
|
resValue("string", "application_name", "Neo Store")
|
||||||
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
|
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
|
||||||
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"
|
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user