-
-
\ No newline at end of file
diff --git a/StandAPP/.idea/gradle.xml b/StandAPP/.idea/gradle.xml
deleted file mode 100644
index 02c4aa5..0000000
--- a/StandAPP/.idea/gradle.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/StandAPP/.idea/misc.xml b/StandAPP/.idea/misc.xml
deleted file mode 100644
index a8a2b16..0000000
--- a/StandAPP/.idea/misc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/StandAPP/.idea/runConfigurations.xml b/StandAPP/.idea/runConfigurations.xml
deleted file mode 100644
index 16660f1..0000000
--- a/StandAPP/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/StandAPP/app/.gitignore b/app/.gitignore
similarity index 100%
rename from StandAPP/app/.gitignore
rename to app/.gitignore
diff --git a/StandAPP/app/build.gradle.kts b/app/build.gradle.kts
similarity index 100%
rename from StandAPP/app/build.gradle.kts
rename to app/build.gradle.kts
diff --git a/StandAPP/app/proguard-rules.pro b/app/proguard-rules.pro
similarity index 100%
rename from StandAPP/app/proguard-rules.pro
rename to app/proguard-rules.pro
diff --git a/StandAPP/app/src/androidTest/java/com/stand/standapp/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/stand/standapp/ExampleInstrumentedTest.kt
similarity index 100%
rename from StandAPP/app/src/androidTest/java/com/stand/standapp/ExampleInstrumentedTest.kt
rename to app/src/androidTest/java/com/stand/standapp/ExampleInstrumentedTest.kt
diff --git a/StandAPP/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
similarity index 100%
rename from StandAPP/app/src/main/AndroidManifest.xml
rename to app/src/main/AndroidManifest.xml
diff --git a/StandAPP/app/src/main/assets/print_demo.html b/app/src/main/assets/print_demo.html
similarity index 100%
rename from StandAPP/app/src/main/assets/print_demo.html
rename to app/src/main/assets/print_demo.html
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/AndroidInterface.kt b/app/src/main/java/com/stand/standapp/AndroidInterface.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/AndroidInterface.kt
rename to app/src/main/java/com/stand/standapp/AndroidInterface.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/AppConfig.kt b/app/src/main/java/com/stand/standapp/AppConfig.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/AppConfig.kt
rename to app/src/main/java/com/stand/standapp/AppConfig.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/LoginActivity.kt b/app/src/main/java/com/stand/standapp/LoginActivity.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/LoginActivity.kt
rename to app/src/main/java/com/stand/standapp/LoginActivity.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/MainActivity.kt b/app/src/main/java/com/stand/standapp/MainActivity.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/MainActivity.kt
rename to app/src/main/java/com/stand/standapp/MainActivity.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/UpdateManager.kt b/app/src/main/java/com/stand/standapp/UpdateManager.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/UpdateManager.kt
rename to app/src/main/java/com/stand/standapp/UpdateManager.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/ui/theme/Color.kt b/app/src/main/java/com/stand/standapp/ui/theme/Color.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/ui/theme/Color.kt
rename to app/src/main/java/com/stand/standapp/ui/theme/Color.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/ui/theme/Theme.kt b/app/src/main/java/com/stand/standapp/ui/theme/Theme.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/ui/theme/Theme.kt
rename to app/src/main/java/com/stand/standapp/ui/theme/Theme.kt
diff --git a/StandAPP/app/src/main/java/com/stand/standapp/ui/theme/Type.kt b/app/src/main/java/com/stand/standapp/ui/theme/Type.kt
similarity index 100%
rename from StandAPP/app/src/main/java/com/stand/standapp/ui/theme/Type.kt
rename to app/src/main/java/com/stand/standapp/ui/theme/Type.kt
diff --git a/StandAPP/app/src/main/res/drawable/bg_login.xml b/app/src/main/res/drawable/bg_login.xml
similarity index 100%
rename from StandAPP/app/src/main/res/drawable/bg_login.xml
rename to app/src/main/res/drawable/bg_login.xml
diff --git a/StandAPP/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
similarity index 100%
rename from StandAPP/app/src/main/res/drawable/ic_launcher_background.xml
rename to app/src/main/res/drawable/ic_launcher_background.xml
diff --git a/StandAPP/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
similarity index 100%
rename from StandAPP/app/src/main/res/drawable/ic_launcher_foreground.xml
rename to app/src/main/res/drawable/ic_launcher_foreground.xml
diff --git a/StandAPP/app/src/main/res/drawable/shape_button_login.xml b/app/src/main/res/drawable/shape_button_login.xml
similarity index 100%
rename from StandAPP/app/src/main/res/drawable/shape_button_login.xml
rename to app/src/main/res/drawable/shape_button_login.xml
diff --git a/StandAPP/app/src/main/res/drawable/shape_edit_text.xml b/app/src/main/res/drawable/shape_edit_text.xml
similarity index 100%
rename from StandAPP/app/src/main/res/drawable/shape_edit_text.xml
rename to app/src/main/res/drawable/shape_edit_text.xml
diff --git a/StandAPP/app/src/main/res/drawable/shape_login_box.xml b/app/src/main/res/drawable/shape_login_box.xml
similarity index 100%
rename from StandAPP/app/src/main/res/drawable/shape_login_box.xml
rename to app/src/main/res/drawable/shape_login_box.xml
diff --git a/StandAPP/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml
similarity index 100%
rename from StandAPP/app/src/main/res/layout/activity_login.xml
rename to app/src/main/res/layout/activity_login.xml
diff --git a/StandAPP/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
similarity index 100%
rename from StandAPP/app/src/main/res/layout/activity_main.xml
rename to app/src/main/res/layout/activity_main.xml
diff --git a/StandAPP/app/src/main/res/layout/dialog_update.xml b/app/src/main/res/layout/dialog_update.xml
similarity index 100%
rename from StandAPP/app/src/main/res/layout/dialog_update.xml
rename to app/src/main/res/layout/dialog_update.xml
diff --git a/StandAPP/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
rename to app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
diff --git a/StandAPP/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
rename to app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
diff --git a/StandAPP/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-hdpi/ic_launcher.webp
rename to app/src/main/res/mipmap-hdpi/ic_launcher.webp
diff --git a/StandAPP/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
rename to app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
diff --git a/StandAPP/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-mdpi/ic_launcher.webp
rename to app/src/main/res/mipmap-mdpi/ic_launcher.webp
diff --git a/StandAPP/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
rename to app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
diff --git a/StandAPP/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
rename to app/src/main/res/mipmap-xhdpi/ic_launcher.webp
diff --git a/StandAPP/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
rename to app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
diff --git a/StandAPP/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
rename to app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
diff --git a/StandAPP/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
rename to app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
diff --git a/StandAPP/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
rename to app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
diff --git a/StandAPP/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
similarity index 100%
rename from StandAPP/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
rename to app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
diff --git a/StandAPP/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
similarity index 100%
rename from StandAPP/app/src/main/res/values/colors.xml
rename to app/src/main/res/values/colors.xml
diff --git a/StandAPP/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
similarity index 100%
rename from StandAPP/app/src/main/res/values/strings.xml
rename to app/src/main/res/values/strings.xml
diff --git a/StandAPP/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
similarity index 100%
rename from StandAPP/app/src/main/res/values/themes.xml
rename to app/src/main/res/values/themes.xml
diff --git a/StandAPP/app/src/main/res/xml/backup_rules.xml b/app/src/main/res/xml/backup_rules.xml
similarity index 100%
rename from StandAPP/app/src/main/res/xml/backup_rules.xml
rename to app/src/main/res/xml/backup_rules.xml
diff --git a/StandAPP/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml
similarity index 100%
rename from StandAPP/app/src/main/res/xml/data_extraction_rules.xml
rename to app/src/main/res/xml/data_extraction_rules.xml
diff --git a/StandAPP/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml
similarity index 100%
rename from StandAPP/app/src/main/res/xml/file_paths.xml
rename to app/src/main/res/xml/file_paths.xml
diff --git a/StandAPP/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml
similarity index 100%
rename from StandAPP/app/src/main/res/xml/network_security_config.xml
rename to app/src/main/res/xml/network_security_config.xml
diff --git a/StandAPP/app/src/test/java/com/stand/standapp/ExampleUnitTest.kt b/app/src/test/java/com/stand/standapp/ExampleUnitTest.kt
similarity index 100%
rename from StandAPP/app/src/test/java/com/stand/standapp/ExampleUnitTest.kt
rename to app/src/test/java/com/stand/standapp/ExampleUnitTest.kt
diff --git a/StandAPP/build.gradle.kts b/build.gradle.kts
similarity index 100%
rename from StandAPP/build.gradle.kts
rename to build.gradle.kts
diff --git a/StandAPP/gradle.properties b/gradle.properties
similarity index 100%
rename from StandAPP/gradle.properties
rename to gradle.properties
diff --git a/StandAPP/gradle/gradle-daemon-jvm.properties b/gradle/gradle-daemon-jvm.properties
similarity index 100%
rename from StandAPP/gradle/gradle-daemon-jvm.properties
rename to gradle/gradle-daemon-jvm.properties
diff --git a/StandAPP/gradle/libs.versions.toml b/gradle/libs.versions.toml
similarity index 100%
rename from StandAPP/gradle/libs.versions.toml
rename to gradle/libs.versions.toml
diff --git a/StandAPP/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
similarity index 100%
rename from StandAPP/gradle/wrapper/gradle-wrapper.jar
rename to gradle/wrapper/gradle-wrapper.jar
diff --git a/StandAPP/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
similarity index 100%
rename from StandAPP/gradle/wrapper/gradle-wrapper.properties
rename to gradle/wrapper/gradle-wrapper.properties
diff --git a/StandAPP/gradlew b/gradlew
similarity index 100%
rename from StandAPP/gradlew
rename to gradlew
diff --git a/StandAPP/gradlew.bat b/gradlew.bat
similarity index 100%
rename from StandAPP/gradlew.bat
rename to gradlew.bat
diff --git a/StandAPP/img.png b/img.png
similarity index 100%
rename from StandAPP/img.png
rename to img.png
diff --git a/StandAPP/key/StandAPP b/key/StandAPP
similarity index 100%
rename from StandAPP/key/StandAPP
rename to key/StandAPP
diff --git a/StandAPP/settings.gradle.kts b/settings.gradle.kts
similarity index 100%
rename from StandAPP/settings.gradle.kts
rename to settings.gradle.kts