Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Dec 13, 2024
1 parent a21159b commit 35da7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/box/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ android {
applicationId "land.fx.blox"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 224
versionName "1.6.25"
versionCode 226
versionName "1.6.29"
// buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

testBuildType System.getProperty('testBuildType', 'debug')
Expand Down

0 comments on commit 35da7a7

Please sign in to comment.