Update Wear OS splash screen icon

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

@ -1,6 +1,6 @@
### 14.0 (2024-11-03) ### 14.0 (2024-11-05)
* WearOS support (Google Play only) * Wear OS support (Google Play only)
* Move drawer items to top unless searching * Move drawer items to top unless searching
* Fix drawer item layout issues * Fix drawer item layout issues
* Update translations * Update translations
@ -10,7 +10,7 @@
* Chinese (Traditional) - hugoalh * Chinese (Traditional) - hugoalh
* Dutch - Luna, @fvbommel * Dutch - Luna, @fvbommel
* French - @FlorianLeChat * French - @FlorianLeChat
* German - @p-rogalski * German - @p-rogalski, @franconian
* Hungarian - Kaci * Hungarian - Kaci
* Italian - @ppasserini * Italian - @ppasserini
* Spanish - gallegonovato * 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 * Move drawer items to top unless searching
* Fix drawer item layout issues * Fix drawer item layout issues
* Update translations * Update translations

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

@ -2,7 +2,7 @@
<style name="MainActivityTheme.Starting" parent="Theme.SplashScreen"> <style name="MainActivityTheme.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@android:color/black</item> <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> <item name="postSplashScreenTheme">@android:style/Theme.DeviceDefault</item>
</style> </style>
</resources> </resources>
Loading…
Cancel
Save