From e5721537e4aec5fdcba6ce69df8a01a5b6234a08 Mon Sep 17 00:00:00 2001 From: LikDev-256 Date: Fri, 14 Oct 2022 02:33:04 +0530 Subject: [PATCH] Init --- .idea/.name | 1 - .idea/deploymentTargetDropDown.xml | 17 +++++ .idea/gradle.xml | 1 + app/build.gradle | 6 +- app/src/debug/ic_launcher-playstore.png | Bin 9642 -> 86181 bytes .../drawable-v24/ic_launcher_foreground.xml | 60 ------------------ .../res/drawable/ic_banner_foreground.xml | 51 --------------- .../res/mipmap-anydpi-v26/ic_launcher.xml | 3 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 3 +- app/src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 2737 -> 2225 bytes .../mipmap-hdpi/ic_launcher_foreground.png | Bin 6076 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 2737 -> 4073 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 1778 -> 1378 bytes .../mipmap-mdpi/ic_launcher_foreground.png | Bin 2866 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 1778 -> 2274 bytes .../debug/res/mipmap-xhdpi/ic_launcher.png | Bin 3931 -> 3890 bytes .../mipmap-xhdpi/ic_launcher_foreground.png | Bin 8552 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 3931 -> 6344 bytes .../debug/res/mipmap-xxhdpi/ic_launcher.png | Bin 6012 -> 7389 bytes .../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 20682 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 6012 -> 12605 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher.png | Bin 8413 -> 12805 bytes .../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 28765 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 8413 -> 19128 bytes app/src/debug/res/values/strings.xml | 4 +- app/src/main/ic_launcher-playstore.png | Bin 9654 -> 86181 bytes .../com/lagradost/cloudstream3/MainAPI.kt | 4 +- .../cloudstream3/utils/InAppUpdater.kt | 2 +- .../res/mipmap-anydpi-v26/ic_launcher.xml | 6 -- .../mipmap-anydpi-v26/ic_launcher_round.xml | 6 -- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 2747 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 2747 -> 0 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 1769 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 1769 -> 0 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 3898 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 3898 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 6000 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 6000 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 8334 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 8334 -> 0 bytes settings.gradle | 2 +- 41 files changed, 30 insertions(+), 136 deletions(-) delete mode 100644 .idea/.name create mode 100644 .idea/deploymentTargetDropDown.xml delete mode 100644 app/src/debug/res/drawable-v24/ic_launcher_foreground.xml delete mode 100644 app/src/debug/res/drawable/ic_banner_foreground.xml delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 1eb497a9..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -CloudStream \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 00000000..a1dcb321 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 10c26704..d18bfd39 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -17,5 +17,6 @@ +