Update Wear OS splash screen icon

Addresses play store rejection
pull/3097/head
Alex Baker 1 year ago
parent 9fa28c9cfb
commit c7392025af

@ -1,4 +1,4 @@
### 14.0 (2024-11-03)
### 14.0 (2024-11-05)
* Wear OS support (Google Play only)
* Move drawer items to top unless searching
@ -10,7 +10,7 @@
* Chinese (Traditional) - hugoalh
* Dutch - Luna, @fvbommel
* French - @FlorianLeChat
* German - @p-rogalski
* German - @p-rogalski, @franconian
* Hungarian - Kaci
* Italian - @ppasserini
* Spanish - gallegonovato

@ -1,4 +1,4 @@
* Android Wear support (Google Play only)
* Wear OS support (Google Play only)
* Move drawer items to top unless searching
* Fix drawer item layout issues
* Update translations

@ -1,5 +1,5 @@
[versions]
versionCode = "140012" # increment by 2
versionCode = "140014" # increment by 2
versionName = "14.0"
agp = "8.7.2"
android-compileSdk = "34"

@ -2,7 +2,7 @@
<style name="MainActivityTheme.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@android:color/black</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_no_shadow_foreground</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
<item name="postSplashScreenTheme">@android:style/Theme.DeviceDefault</item>
</style>
</resources>
Loading…
Cancel
Save