Skip to content

Commit

Permalink
fix: change nms android icons (#259)
Browse files Browse the repository at this point in the history
* fix: change `nms` android icons
  • Loading branch information
aanorbel authored Nov 13, 2024
1 parent 3dfd248 commit 2b12055
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ fun copyRecursive(
}

tasks.register("runDebug", Exec::class) {
dependsOn("clean", "uninstallFullDebug", "installFullDebug")
dependsOn("clean", "installFullDebug")
commandLine(
"adb",
"shell",
Expand Down
4 changes: 1 addition & 3 deletions composeApp/src/commonMain/res/mipmap-hdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

ic_launcher.webp
ic_launcher_round.webp
*.webp
4 changes: 1 addition & 3 deletions composeApp/src/commonMain/res/mipmap-mdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

ic_launcher.webp
ic_launcher_round.webp
*.webp
4 changes: 1 addition & 3 deletions composeApp/src/commonMain/res/mipmap-xhdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

ic_launcher.webp
ic_launcher_round.webp
*.webp
4 changes: 1 addition & 3 deletions composeApp/src/commonMain/res/mipmap-xxhdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

ic_launcher.webp
ic_launcher_round.webp
*.webp
4 changes: 1 addition & 3 deletions composeApp/src/commonMain/res/mipmap-xxxhdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

ic_launcher.webp
ic_launcher_round.webp
*.webp
60 changes: 35 additions & 25 deletions composeApp/src/dwMain/res/drawable/ic_launcher_foreground.xml

Large diffs are not rendered by default.

Binary file modified composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file modified composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher_round.webp
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#D32625</color>
</resources>
</resources>

0 comments on commit 2b12055

Please sign in to comment.