v0.3.2.0-alpha (#447)

This commit is contained in:
KoalaSat 2023-03-19 14:23:22 +00:00 committed by GitHub
commit 2fe310735a
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 66
versionName "v0.3.1.9-alpha"
versionCode 67
versionName "v0.3.2.0-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {