Release Boxcars v1.3.6 for Android

This commit is contained in:
Trevor Slocum 2024-07-10 13:52:49 -07:00
parent ec1a881701
commit 16c61cb236
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
LOCK_BIND=09dbf07665ed261ce09d387a5a9aea3e9c29069c
LOCK_EBITENGINE=ec9b0882ab670437c5a85f35fd442bb347ee6f4c
LOCK_BIND=b765e5d5218fbc6a3fdae18e37d389b14b2904aa
LOCK_EBITENGINE=9988a0c4e935c2c60bad493ddd5e431c536f500b
export PROJECTPATH=$PWD
export GOPATH="$PROJECTPATH/go"

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.3.5" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.3.6" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 103050
versionName "1.3.5"
versionCode 103060
versionName "1.3.6"
}
buildTypes {

View file

@ -14,7 +14,8 @@
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:exported="true">
android:exported="true"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />