diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4b2d1b..cade3fa 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/manager/build.gradle.kts b/manager/build.gradle.kts index 5cf4912..7550b05 100644 --- a/manager/build.gradle.kts +++ b/manager/build.gradle.kts @@ -58,6 +58,7 @@ afterEvaluate { dependsOn(tasks["assemble$variantCapped"]) from(variant.outputs.map { it.outputFile }) into("${rootProject.projectDir}/out") + rename(".*.apk", "manager.apk") } } } diff --git a/manager/src/main/AndroidManifest.xml b/manager/src/main/AndroidManifest.xml index a980f8d..5828490 100644 --- a/manager/src/main/AndroidManifest.xml +++ b/manager/src/main/AndroidManifest.xml @@ -12,7 +12,6 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Material3.DayNight.NoActionBar"> diff --git a/manager/src/main/ic_launcher-playstore.png b/manager/src/main/ic_launcher-playstore.png new file mode 100644 index 0000000..2ac5514 Binary files /dev/null and b/manager/src/main/ic_launcher-playstore.png differ diff --git a/manager/src/main/res/drawable-v24/ic_launcher_foreground.xml b/manager/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 2b068d1..0000000 --- a/manager/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/manager/src/main/res/drawable/ic_launcher_background.xml b/manager/src/main/res/drawable/ic_launcher_background.xml index 07d5da9..530b284 100644 --- a/manager/src/main/res/drawable/ic_launcher_background.xml +++ b/manager/src/main/res/drawable/ic_launcher_background.xml @@ -1,170 +1,55 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/manager/src/main/res/drawable/ic_launcher_foreground.xml b/manager/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..7b32074 --- /dev/null +++ b/manager/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + diff --git a/manager/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/manager/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index eca70cf..6b78462 100644 --- a/manager/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/manager/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/manager/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/manager/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index eca70cf..0000000 --- a/manager/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manager/src/main/res/mipmap-hdpi/ic_launcher.webp b/manager/src/main/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index c209e78..0000000 Binary files a/manager/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/manager/src/main/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index b2dfe3d..0000000 Binary files a/manager/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-mdpi/ic_launcher.webp b/manager/src/main/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index 4f0f1d6..0000000 Binary files a/manager/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/manager/src/main/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index 62b611d..0000000 Binary files a/manager/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-xhdpi/ic_launcher.webp b/manager/src/main/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 948a307..0000000 Binary files a/manager/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/manager/src/main/res/mipmap-xhdpi/ic_launcher_round.webp deleted file mode 100644 index 1b9a695..0000000 Binary files a/manager/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/manager/src/main/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 28d4b77..0000000 Binary files a/manager/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/manager/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9287f50..0000000 Binary files a/manager/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/manager/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index aa7d642..0000000 Binary files a/manager/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/manager/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9126ae3..0000000 Binary files a/manager/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/src/main/res/values/colors.xml b/manager/src/main/res/values/colors.xml deleted file mode 100644 index f8c6127..0000000 --- a/manager/src/main/res/values/colors.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - #FFBB86FC - #FF6200EE - #FF3700B3 - #FF03DAC5 - #FF018786 - #FF000000 - #FFFFFFFF - \ No newline at end of file