Skip to content

Commit

Permalink
v0.3.0.1-alpha (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat authored Feb 16, 2023
2 parents 0d32bea + de0ba88 commit fd711c0
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 46
versionName "v0.3.0.0-alpha"
versionCode 47
versionName "v0.3.0.1-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit fd711c0

Please sign in to comment.