Skip to content

Commit

Permalink
v0.2.2.7-alpha (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat authored Feb 9, 2023
2 parents cf0c411 + b93f1c7 commit 8e85462
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 42
versionName "v0.2.2.6-alpha"
versionCode 43
versionName "v0.2.2.7-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 8e85462

Please sign in to comment.