0.9.0-alpha3

This commit is contained in:
machiav3lli 2022-04-11 01:34:53 +02:00
parent e854b57b08
commit 57003a4684

View File

@ -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",