v0.3.0.3.1-alpha

This commit is contained in:
KoalaSat 2023-02-20 11:06:54 +01:00
parent 71d8be120f
commit ede4bcf591
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 49
versionName "v0.3.0.3-alpha"
versionCode 50
versionName "v0.3.0.3.1-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {