v0.2.2.4-alpha

This commit is contained in:
KoalaSat 2023-02-06 14:07:14 +01:00
parent f712f400ad
commit 92159695e5
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -139,8 +139,8 @@ android {
applicationId "com.nostros"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 39
versionName "v0.2.2.3-alpha"
versionCode 40
versionName "v0.2.2.4-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {