v0.3.1.1-alpha (#395)

This commit is contained in:
KoalaSat 2023-03-02 06:55:30 +00:00 committed by GitHub
commit 0cb88864ef
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 57
versionName "v0.3.1.0-alpha"
versionCode 58
versionName "v0.3.1.1-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {