v0.3.0.8-alpha (#379)

This commit is contained in:
KoalaSat 2023-02-26 19:36:08 +00:00 committed by GitHub
commit bbef26f77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,8 +139,8 @@ android {
applicationId "com.nostros"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 54
versionName "v0.3.0.7-alpha"
versionCode 55
versionName "v0.3.0.8-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {