Skip to content

Commit

Permalink
[create-pull-request] automated change (#971)
Browse files Browse the repository at this point in the history
Co-authored-by: mateki0 <mateki0@users.noreply.github.com>
  • Loading branch information
mateki0 and mateki0 authored Aug 22, 2023
1 parent 76f3872 commit 3803af2
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 @@ -155,8 +155,8 @@ android {
applicationId "com.holidaily"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 66
versionName "1.0.63"
versionCode 67
versionName "1.0.64"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {
// We configure the CMake build only if you decide to opt-in for the New Architecture.
Expand Down

0 comments on commit 3803af2

Please sign in to comment.