0.2.1.3-alpha (#176)

This commit is contained in:
KoalaSat 2023-01-24 19:41:45 +00:00 committed by GitHub
commit 55cb6270db
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 28
versionName "0.2.1.2-alpha"
versionCode 29
versionName "0.2.1.3-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {