mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
0.9.0-alpha3
This commit is contained in:
parent
e854b57b08
commit
57003a4684
@ -17,8 +17,8 @@ android {
|
|||||||
applicationId = 'com.looker.droidify'
|
applicationId = 'com.looker.droidify'
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 32
|
targetSdk = 32
|
||||||
versionCode = 43
|
versionCode = 903
|
||||||
versionName = "0.4.3"
|
versionName = "0.9.0"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
@ -58,7 +58,7 @@ android {
|
|||||||
minifyEnabled = false
|
minifyEnabled = false
|
||||||
shrinkResources = false
|
shrinkResources = false
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
versionNameSuffix = "-alpha2"
|
versionNameSuffix = "-alpha3"
|
||||||
resValue "string", "application_name", "Neo Store-Debug"
|
resValue "string", "application_name", "Neo Store-Debug"
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
appIcon : "@mipmap/ic_launcher_debug",
|
appIcon : "@mipmap/ic_launcher_debug",
|
||||||
@ -69,7 +69,7 @@ android {
|
|||||||
minifyEnabled = false
|
minifyEnabled = false
|
||||||
shrinkResources = false
|
shrinkResources = false
|
||||||
applicationIdSuffix = ".neo"
|
applicationIdSuffix = ".neo"
|
||||||
versionNameSuffix = "-alpha2"
|
versionNameSuffix = "-alpha3"
|
||||||
resValue "string", "application_name", "Neo Store-alpha"
|
resValue "string", "application_name", "Neo Store-alpha"
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
appIcon : "@mipmap/ic_launcher_debug",
|
appIcon : "@mipmap/ic_launcher_debug",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user