From b157e389a9b0915bee96d58b169f47bb7164191b Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 25 Mar 2022 19:19:30 +0600 Subject: [PATCH] android adaptive icon fixed android 12 support added for v2 --- .github/workflows/flutter-build.yml | 10 +++++++--- android/app/src/main/AndroidManifest.xml | 4 ++-- .../drawable-hdpi/ic_launcher_background.png | Bin 0 -> 8090 bytes .../drawable-hdpi/ic_launcher_foreground.png | Bin 17873 -> 8478 bytes .../drawable-mdpi/ic_launcher_background.png | Bin 0 -> 4730 bytes .../drawable-mdpi/ic_launcher_foreground.png | Bin 10179 -> 4426 bytes .../drawable-xhdpi/ic_launcher_background.png | Bin 0 -> 12277 bytes .../drawable-xhdpi/ic_launcher_foreground.png | Bin 27102 -> 13732 bytes .../ic_launcher_background.png | Bin 0 -> 23353 bytes .../ic_launcher_foreground.png | Bin 49888 -> 27504 bytes .../ic_launcher_background.png | Bin 0 -> 37638 bytes .../ic_launcher_foreground.png | Bin 75854 -> 44067 bytes assets/spotube-logo-foreground.jpg | Bin 0 -> 26785 bytes assets/spotube-logo-foreground.png | Bin 117096 -> 0 bytes pubspec.yaml | 2 +- 15 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 android/app/src/main/res/drawable-hdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-mdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png create mode 100644 assets/spotube-logo-foreground.jpg delete mode 100644 assets/spotube-logo-foreground.png diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index b44e7275..d678a145 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -27,9 +27,6 @@ jobs: - run: chmod +x /usr/local/bin/appimagetool - run: pip3 install appimage-builder - run: make appimage - # Building Android Application - - run: flutter build apk - - run: make apk - uses: actions/upload-artifact@v2 with: name: Spotube-Linux-Bundle @@ -37,6 +34,13 @@ jobs: build/Spotube-linux-x86_64.deb build/Spotube-linux-x86_64.tar.xz build/Spotube-*-x86_64.AppImage + # Building Android Application + - run: flutter build apk + - run: make apk + - uses: actions/upload-artifact@v2 + with: + name: Spotube-Android-Bundle + path: | build/Spotube-android-all-arch.apk build_windows: runs-on: windows-latest diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 186c10e4..ad4e9b0a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ - +