Release Boxcars v1.3.9 for Android

This commit is contained in:
Trevor Slocum 2024-08-20 14:22:06 -07:00
parent db8dc15574
commit 9ec53e9ebb
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
LOCK_BIND=b765e5d5218fbc6a3fdae18e37d389b14b2904aa
LOCK_EBITENGINE=9988a0c4e935c2c60bad493ddd5e431c536f500b
LOCK_BIND=81131f6468ab9df03bc2b539cac4cf99d79f2447
LOCK_EBITENGINE=29946d037be5b22624e75edf48b8dbf3d87e7e61
export PROJECTPATH=$PWD
export GOPATH="$PROJECTPATH/go"

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.3.8" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.3.9" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 103080
versionName "1.3.8"
versionCode 103090
versionName "1.3.9"
}
buildTypes {