[graphics/krita/krita/6.0] 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 56625556b444345fa0f357d708d8e2748a0fff99 by Carsten Hartenfels.
Committed on 27/07/2026 at 17:19.
Pushed by hartenfels into branch 'krita/6.0'.
[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/56625556b444345fa0f357d708d8e2748a0fff99
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"