v0.3.1.3-alpha

This commit is contained in:
KoalaSat 2023-03-07 20:17:46 +01:00
parent 75a1288f26
commit bd322ee785
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -139,8 +139,8 @@ android {
applicationId "com.nostros" applicationId "com.nostros"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 59 versionCode 60
versionName "v0.3.1.2-alpha" versionName "v0.3.1.3-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) { if (isNewArchitectureEnabled()) {