Skip to content

Commit

Permalink
v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbWatershed committed Jan 31, 2024
1 parent 573c2d9 commit 6c4705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
minSdkVersion 23
targetSdkVersion 34
versionCode 130 // is updated automatically by BitRise; only used when building locally
versionName '1.19.1-dev'
versionName '1.19.1'

def includeObjectBoxBrowser = System.getenv("INCLUDE_OBJECTBOX_BROWSER") ?: "false"
def includeLeakCanary = System.getenv("INCLUDE_LEAK_CANARY") ?: "false"
Expand Down

0 comments on commit 6c4705d

Please sign in to comment.