Skip to content

Commit

Permalink
v0.3.1.9-alpha (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat authored Mar 16, 2023
2 parents ebaca88 + a4e22ab commit 02a8a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
applicationId "com.nostros"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 65
versionName "v0.3.1.8-alpha"
versionCode 66
versionName "v0.3.1.9-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 02a8a05

Please sign in to comment.