New version release

This commit is contained in:
KoalaSat 2023-01-27 10:34:03 +01:00
parent 55ea01e84d
commit 4d790e5476
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 3 additions and 3 deletions

View File

@ -139,8 +139,8 @@ android {
applicationId "com.nostros"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 30
versionName "0.2.1.4-alpha"
versionCode 31
versionName "0.2.1.5-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {

View File

@ -81,7 +81,7 @@ export const AboutPage: React.FC = () => {
)}
/>
),
right: <Text>v0.2.1.4-alpha</Text>,
right: <Text>v0.2.1.5-alpha</Text>,
onPress: () => {},
},
],