diff --git a/app/bind.sh b/app/bind.sh index 34e3845..4c3dee7 100755 --- a/app/bind.sh +++ b/app/bind.sh @@ -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" diff --git a/app/build.gradle b/app/build.gradle index fb2bbac..d5ee40a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 15046f8..2fe1703 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">