diff --git a/app/build.gradle b/app/build.gradle index 8b7b925..75e65c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } project.ext { - boxcarsVersion = "v1.0.6" // https://code.rocket9labs.com/tslocum/boxcars/tags + boxcarsVersion = "v1.0.7" // https://code.rocket9labs.com/tslocum/boxcars/tags } android { @@ -17,8 +17,8 @@ android { applicationId "com.rocket9labs.boxcars" minSdkVersion 21 targetSdkVersion 34 - versionCode 100060 - versionName "1.0.6" + versionCode 100070 + versionName "1.0.7" } buildTypes { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index beae15d..faf1f2a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -9,7 +9,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@android:style/Theme.NoTitleBar"> + android:theme="@android:style/Theme.NoTitleBar.Fullscreen">