Skip to content

Commit

Permalink
v0.2.2.6-alpha (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat authored Feb 8, 2023
2 parents 91ac10e + da139a2 commit 201a79a
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 41
versionName "v0.2.2.5-alpha"
versionCode 42
versionName "v0.2.2.6-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 201a79a

Please sign in to comment.