Skip to content

Commit

Permalink
v1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbWatershed committed Jun 27, 2022
1 parent 31c6204 commit f4035e4
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 @@ -34,7 +34,7 @@ android {
minSdkVersion 21
targetSdkVersion 32
versionCode 130 // is updated automatically by BitRise; only used when building locally
versionName '1.16.4-dev'
versionName '1.16.5'

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

0 comments on commit f4035e4

Please sign in to comment.