[graphics/krita] packaging/android/apk/flavors/debug: [android] Use "next" icon on debug builds
Carsten Hartenfels <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b75e395b70f780ecfb7f9061622e314503e8f57a by Carsten Hartenfels.
Committed on 27/07/2026 at 16:06.
Pushed by hartenfels into branch 'master'.
[android] Use "next" icon on debug builds
Because that's what is used in the application as well.
M +4 -1 packaging/android/apk/flavors/debug/AndroidManifest.xml
https://invent.kde.org/graphics/krita/-/commit/b75e395b70f780ecfb7f9061622e314503e8f57a
diff --git a/packaging/android/apk/flavors/debug/AndroidManifest.xml b/packaging/android/apk/flavors/debug/AndroidManifest.xml
index d760a9c1adc..30cc95d2a1a 100644
--- a/packaging/android/apk/flavors/debug/AndroidManifest.xml
+++ b/packaging/android/apk/flavors/debug/AndroidManifest.xml
@@ -1,6 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
- <application>
+ <application
+ tools:replace="android:icon, android:roundIcon"
+ android:icon="@mipmap/ic_launcher_next"
+ android:roundIcon="@mipmap/ic_launcher_next_round">
<activity
android:name="org.krita.android.MainActivity"
tools:replace="android:label"