diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 08969c95..e1c0aa2c 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -405,7 +405,7 @@ fun copyRecursive( } tasks.register("runDebug", Exec::class) { - dependsOn("clean", "uninstallFullDebug", "installFullDebug") + dependsOn("clean", "installFullDebug") commandLine( "adb", "shell", diff --git a/composeApp/src/commonMain/res/mipmap-hdpi/.gitignore b/composeApp/src/commonMain/res/mipmap-hdpi/.gitignore index 2823902e..912d79f4 100644 --- a/composeApp/src/commonMain/res/mipmap-hdpi/.gitignore +++ b/composeApp/src/commonMain/res/mipmap-hdpi/.gitignore @@ -1,3 +1 @@ - -ic_launcher.webp -ic_launcher_round.webp \ No newline at end of file +*.webp diff --git a/composeApp/src/commonMain/res/mipmap-mdpi/.gitignore b/composeApp/src/commonMain/res/mipmap-mdpi/.gitignore index 2823902e..912d79f4 100644 --- a/composeApp/src/commonMain/res/mipmap-mdpi/.gitignore +++ b/composeApp/src/commonMain/res/mipmap-mdpi/.gitignore @@ -1,3 +1 @@ - -ic_launcher.webp -ic_launcher_round.webp \ No newline at end of file +*.webp diff --git a/composeApp/src/commonMain/res/mipmap-xhdpi/.gitignore b/composeApp/src/commonMain/res/mipmap-xhdpi/.gitignore index 2823902e..912d79f4 100644 --- a/composeApp/src/commonMain/res/mipmap-xhdpi/.gitignore +++ b/composeApp/src/commonMain/res/mipmap-xhdpi/.gitignore @@ -1,3 +1 @@ - -ic_launcher.webp -ic_launcher_round.webp \ No newline at end of file +*.webp diff --git a/composeApp/src/commonMain/res/mipmap-xxhdpi/.gitignore b/composeApp/src/commonMain/res/mipmap-xxhdpi/.gitignore index 2823902e..912d79f4 100644 --- a/composeApp/src/commonMain/res/mipmap-xxhdpi/.gitignore +++ b/composeApp/src/commonMain/res/mipmap-xxhdpi/.gitignore @@ -1,3 +1 @@ - -ic_launcher.webp -ic_launcher_round.webp \ No newline at end of file +*.webp diff --git a/composeApp/src/commonMain/res/mipmap-xxxhdpi/.gitignore b/composeApp/src/commonMain/res/mipmap-xxxhdpi/.gitignore index 2823902e..912d79f4 100644 --- a/composeApp/src/commonMain/res/mipmap-xxxhdpi/.gitignore +++ b/composeApp/src/commonMain/res/mipmap-xxxhdpi/.gitignore @@ -1,3 +1 @@ - -ic_launcher.webp -ic_launcher_round.webp \ No newline at end of file +*.webp diff --git a/composeApp/src/dwMain/res/drawable/ic_launcher_foreground.xml b/composeApp/src/dwMain/res/drawable/ic_launcher_foreground.xml index ffd68c88..c8b078b1 100644 --- a/composeApp/src/dwMain/res/drawable/ic_launcher_foreground.xml +++ b/composeApp/src/dwMain/res/drawable/ic_launcher_foreground.xml @@ -1,27 +1,37 @@ - - - - - + android:width="279dp" + android:height="286dp" + android:viewportWidth="279" + android:viewportHeight="286"> + + + + + + + + + + + diff --git a/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher.webp b/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher.webp index 6161da49..fbc81ff7 100644 Binary files a/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher.webp and b/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher_round.webp b/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher_round.webp index 77ec7654..a8c417e3 100644 Binary files a/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher_round.webp and b/composeApp/src/dwMain/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher.webp b/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher.webp index 652954fd..2864dad2 100644 Binary files a/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher.webp and b/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher_round.webp b/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher_round.webp index 08d424de..7ef33b41 100644 Binary files a/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher_round.webp and b/composeApp/src/dwMain/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher.webp b/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher.webp index 79388a34..0e166467 100644 Binary files a/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher.webp and b/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher_round.webp b/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher_round.webp index e7f23234..03ff7209 100644 Binary files a/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher_round.webp and b/composeApp/src/dwMain/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher.webp b/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher.webp index 28454bda..45789589 100644 Binary files a/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher.webp and b/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher_round.webp b/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher_round.webp index f30a8a66..141b2b35 100644 Binary files a/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher_round.webp and b/composeApp/src/dwMain/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher.webp b/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher.webp index a05ec9c8..11a5a647 100644 Binary files a/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher.webp and b/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher_round.webp b/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher_round.webp index ab7a5c91..81b79df6 100644 Binary files a/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher_round.webp and b/composeApp/src/dwMain/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/dwMain/res/values/ic_launcher_background.xml b/composeApp/src/dwMain/res/values/ic_launcher_background.xml index b0e4eba8..b1bf7370 100644 --- a/composeApp/src/dwMain/res/values/ic_launcher_background.xml +++ b/composeApp/src/dwMain/res/values/ic_launcher_background.xml @@ -1,4 +1,4 @@ #D32625 - \ No newline at end of file +