Release Boxcars v1.4.2 for Android

This commit is contained in:
Trevor Slocum 2024-09-21 23:38:02 -07:00
parent 054e2d86f2
commit d5e4cc1454
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
LOCK_BIND=642950227fb3dd9e9ec517d7630b10397f1d5e01
LOCK_EBITENGINE=a3fa7df1f37adc71c6613696cfe7dedb74dfac71
LOCK_EBITENGINE=b17ae6135eb635594e971bafabae8ad93d7d0bf1
export PROJECTPATH=$PWD
export GOPATH="$PROJECTPATH/go"

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.4.1" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.4.2" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 104010
versionName "1.4.1"
versionCode 104020
versionName "1.4.2"
}
buildTypes {