v0.2.2.8-alpha (#311)

This commit is contained in:
KoalaSat 2023-02-11 19:23:24 +00:00 committed by GitHub
commit b541827bc4
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 43
versionName "v0.2.2.7-alpha"
versionCode 44
versionName "v0.2.2.8-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {