v0.2.2.5-alpha

This commit is contained in:
KoalaSat 2023-02-07 23:05:57 +01:00
parent 41cbd4d3c1
commit 58e64f3410
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 40
versionName "v0.2.2.4-alpha"
versionCode 41
versionName "v0.2.2.5-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {