diff --git a/composeApp/src/androidMain/AndroidManifest.xml b/composeApp/src/androidMain/AndroidManifest.xml index c5db0b1..b2ad18c 100644 --- a/composeApp/src/androidMain/AndroidManifest.xml +++ b/composeApp/src/androidMain/AndroidManifest.xml @@ -4,7 +4,7 @@ diff --git a/composeApp/src/androidMain/ic_launcher-playstore.png b/composeApp/src/androidMain/ic_launcher-playstore.png new file mode 100644 index 0000000..a7be18b Binary files /dev/null and b/composeApp/src/androidMain/ic_launcher-playstore.png differ diff --git a/composeApp/src/androidMain/res/drawable-v24/ic_launcher_foreground.xml b/composeApp/src/androidMain/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 2b068d1..0000000 --- a/composeApp/src/androidMain/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/composeApp/src/androidMain/res/drawable/ic_launcher_background.xml b/composeApp/src/androidMain/res/drawable/ic_launcher_background.xml deleted file mode 100644 index e93e11a..0000000 --- a/composeApp/src/androidMain/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher.png b/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index a571e60..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_round.png b/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 61da551..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher.png b/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index c41dd28..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_round.png b/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index db5080a..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher.png b/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 6dba46d..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_round.png b/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index da31a87..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher.png b/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 15ac681..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_round.png b/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index b216f2d..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher.png b/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index f25a419..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_round.png b/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index e96783c..0000000 Binary files a/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/composeApp/src/androidMain/res/values/strings.xml b/composeApp/src/androidMain/res/values/strings.xml deleted file mode 100644 index 7f3b3f0..0000000 --- a/composeApp/src/androidMain/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - cit_is_bot - \ No newline at end of file diff --git a/composeApp/src/main/res/drawable/ic_launcher_foreground.xml b/composeApp/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..0eaee2e --- /dev/null +++ b/composeApp/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml b/composeApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 71% rename from composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml rename to composeApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index eca70cf..7353dbd 100644 --- a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/composeApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml b/composeApp/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 71% rename from composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to composeApp/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index eca70cf..7353dbd 100644 --- a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/composeApp/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/composeApp/src/main/res/mipmap-hdpi/ic_launcher.webp b/composeApp/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000..93b727e Binary files /dev/null and b/composeApp/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/composeApp/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/composeApp/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000..ca15044 Binary files /dev/null and b/composeApp/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/main/res/mipmap-mdpi/ic_launcher.webp b/composeApp/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000..33523cd Binary files /dev/null and b/composeApp/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/composeApp/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/composeApp/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000..03d3c28 Binary files /dev/null and b/composeApp/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/main/res/mipmap-xhdpi/ic_launcher.webp b/composeApp/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000..227cf2d Binary files /dev/null and b/composeApp/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/composeApp/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/composeApp/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..616db81 Binary files /dev/null and b/composeApp/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/composeApp/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 0000000..18bb04b Binary files /dev/null and b/composeApp/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/composeApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/composeApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..254b086 Binary files /dev/null and b/composeApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/composeApp/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000..c7582c3 Binary files /dev/null and b/composeApp/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/composeApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/composeApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..28073cf Binary files /dev/null and b/composeApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/composeApp/src/main/res/values/ic_launcher_background.xml b/composeApp/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..c5d5899 --- /dev/null +++ b/composeApp/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file