Release Boxcars v1.4.5 for Android

This commit is contained in:
Trevor Slocum 2024-10-29 20:52:13 -07:00
parent c7590f8741
commit 657681a683
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
LOCK_BIND=08a83c5af9f8c7088ee059144335eec7fbbdb32c
LOCK_EBITENGINE=v2.8.1
LOCK_BIND=7ff83004ec2c864311acb5f558c65f372f05a25d
LOCK_EBITENGINE=v2.8.3
export PROJECTPATH=$PWD
export GOPATH="$PROJECTPATH/go"

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.4.4" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.4.5" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 104040
versionName "1.4.4"
versionCode 104050
versionName "1.4.5"
}
buildTypes {