v0.3.0.9-alpha (#383)

This commit is contained in:
KoalaSat 2023-02-27 11:08:16 +00:00 committed by GitHub
commit f0af34b264
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 55
versionName "v0.3.0.8-alpha"
versionCode 56
versionName "v0.3.0.9-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {