From f921aea00a7fb466971887d2eba24a87dbde7ff4 Mon Sep 17 00:00:00 2001 From: dece Date: Fri, 1 May 2020 23:36:01 +0200 Subject: [PATCH] Prepare for release --- .gitignore | 1 + .idea/gradle.xml | 1 + .idea/misc.xml | 2 +- app/src/main/AndroidManifest.xml | 10 + app/src/main/ic_launcher-playstore.png | Bin 0 -> 396079 bytes .../dev/lowrespalmtree/zmingz/MainActivity.kt | 81 +++--- .../res/drawable/ic_launcher_background.xml | 236 ++++++------------ .../res/mipmap-anydpi-v26/ic_launcher.xml | 4 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 4 +- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 3593 -> 11456 bytes .../mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 75727 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 5339 -> 13091 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2636 -> 5645 bytes .../mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 34722 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 3388 -> 6215 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 4926 -> 19908 bytes .../mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 131588 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 7472 -> 22430 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 7909 -> 42305 bytes .../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 280362 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 11873 -> 47630 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 10652 -> 72669 bytes .../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 441371 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 16570 -> 81860 bytes 24 files changed, 140 insertions(+), 199 deletions(-) create mode 100644 app/src/main/ic_launcher-playstore.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png diff --git a/.gitignore b/.gitignore index 603b140..15e1164 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /.idea/navEditor.xml /.idea/assetWizardSettings.xml .DS_Store +/app/release /build /captures .externalNativeBuild diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 440480e..5cd135a 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +