diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 06f22fabee..97884a47c3 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -58,6 +58,7 @@ android { minSdk = 30 targetSdk = 33 versionName = getGitVersion() + versionCode = 1 ndk { @SuppressLint("ChromeOsAbiSupport") diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 43087f2c01..eef5660425 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -6,17 +6,10 @@ SPDX-License-Identifier: GPL-3.0-or-later --> - - - - + + + + @@ -31,7 +24,7 @@ SPDX-License-Identifier: GPL-3.0-or-later android:hasFragileUserData="true" android:supportsRtl="true" android:isGame="true" - android:banner="@drawable/ic_launcher" + android:banner="@drawable/tv_banner" android:extractNativeLibs="true" android:fullBackupContent="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules_api_31" @@ -44,9 +37,10 @@ SPDX-License-Identifier: GPL-3.0-or-later - + - + + diff --git a/src/android/app/src/main/res/drawable-xhdpi/tv_banner.png b/src/android/app/src/main/res/drawable-xhdpi/tv_banner.png new file mode 100644 index 0000000000..20c770591d Binary files /dev/null and b/src/android/app/src/main/res/drawable-xhdpi/tv_banner.png differ