v0.3.1.4-alpha (#410)

This commit is contained in:
KoalaSat 2023-03-09 21:21:42 +00:00 committed by GitHub
commit 98ce4a1190
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 60
versionName "v0.3.1.3-alpha"
versionCode 61
versionName "v0.3.1.4-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {