v0.2.2.9-alpha

This commit is contained in:
KoalaSat 2023-02-12 12:48:26 +01:00
parent ed5a69fa48
commit b580659137
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 44
versionName "v0.2.2.8-alpha"
versionCode 45
versionName "v0.2.2.9-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {