Release Boxcars v1.4.7 for Android

This commit is contained in:
Trevor Slocum 2024-11-20 10:53:37 -08:00
parent f1fc986c0f
commit 4ec14abcd7
2 changed files with 5 additions and 4 deletions

View file

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

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.4.6" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.4.7" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 104060
versionName "1.4.6"
versionCode 104070
versionName "1.4.7"
}
buildTypes {
@ -53,3 +53,4 @@ afterEvaluate {
variant.javaCompiler.dependsOn(bindLibrary)
}
}