diff --git a/android/ScienceQuest/.gitignore b/android/.gitignore similarity index 100% rename from android/ScienceQuest/.gitignore rename to android/.gitignore diff --git a/android/ScienceQuest/.idea/compiler.xml b/android/.idea/compiler.xml similarity index 100% rename from android/ScienceQuest/.idea/compiler.xml rename to android/.idea/compiler.xml diff --git a/android/ScienceQuest/.idea/deploymentTargetDropDown.xml b/android/.idea/deploymentTargetDropDown.xml similarity index 100% rename from android/ScienceQuest/.idea/deploymentTargetDropDown.xml rename to android/.idea/deploymentTargetDropDown.xml diff --git a/android/ScienceQuest/.idea/gradle.xml b/android/.idea/gradle.xml similarity index 100% rename from android/ScienceQuest/.idea/gradle.xml rename to android/.idea/gradle.xml diff --git a/android/ScienceQuest/.idea/kotlinc.xml b/android/.idea/kotlinc.xml similarity index 100% rename from android/ScienceQuest/.idea/kotlinc.xml rename to android/.idea/kotlinc.xml diff --git a/android/ScienceQuest/.idea/migrations.xml b/android/.idea/migrations.xml similarity index 100% rename from android/ScienceQuest/.idea/migrations.xml rename to android/.idea/migrations.xml diff --git a/android/ScienceQuest/.idea/misc.xml b/android/.idea/misc.xml similarity index 100% rename from android/ScienceQuest/.idea/misc.xml rename to android/.idea/misc.xml diff --git a/android/ScienceQuest/.idea/vcs.xml b/android/.idea/vcs.xml similarity index 100% rename from android/ScienceQuest/.idea/vcs.xml rename to android/.idea/vcs.xml diff --git a/android/ScienceQuest/app/.gitignore b/android/app/.gitignore similarity index 100% rename from android/ScienceQuest/app/.gitignore rename to android/app/.gitignore diff --git a/android/ScienceQuest/app/build.gradle.kts b/android/app/build.gradle.kts similarity index 100% rename from android/ScienceQuest/app/build.gradle.kts rename to android/app/build.gradle.kts diff --git a/android/ScienceQuest/app/proguard-rules.pro b/android/app/proguard-rules.pro similarity index 100% rename from android/ScienceQuest/app/proguard-rules.pro rename to android/app/proguard-rules.pro diff --git a/android/ScienceQuest/app/src/androidTest/java/fr/iut/sciencequest/ExampleInstrumentedTest.kt b/android/app/src/androidTest/java/fr/iut/sciencequest/ExampleInstrumentedTest.kt similarity index 100% rename from android/ScienceQuest/app/src/androidTest/java/fr/iut/sciencequest/ExampleInstrumentedTest.kt rename to android/app/src/androidTest/java/fr/iut/sciencequest/ExampleInstrumentedTest.kt diff --git a/android/ScienceQuest/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml similarity index 100% rename from android/ScienceQuest/app/src/main/AndroidManifest.xml rename to android/app/src/main/AndroidManifest.xml diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/MainActivity.kt b/android/app/src/main/java/fr/iut/sciencequest/MainActivity.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/MainActivity.kt rename to android/app/src/main/java/fr/iut/sciencequest/MainActivity.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/navigation/NavHost.kt b/android/app/src/main/java/fr/iut/sciencequest/navigation/NavHost.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/navigation/NavHost.kt rename to android/app/src/main/java/fr/iut/sciencequest/navigation/NavHost.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/ui/theme/Color.kt b/android/app/src/main/java/fr/iut/sciencequest/ui/theme/Color.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/ui/theme/Color.kt rename to android/app/src/main/java/fr/iut/sciencequest/ui/theme/Color.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/ui/theme/Theme.kt b/android/app/src/main/java/fr/iut/sciencequest/ui/theme/Theme.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/ui/theme/Theme.kt rename to android/app/src/main/java/fr/iut/sciencequest/ui/theme/Theme.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/ui/theme/Type.kt b/android/app/src/main/java/fr/iut/sciencequest/ui/theme/Type.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/ui/theme/Type.kt rename to android/app/src/main/java/fr/iut/sciencequest/ui/theme/Type.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/view/AccountScreen.kt b/android/app/src/main/java/fr/iut/sciencequest/view/AccountScreen.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/view/AccountScreen.kt rename to android/app/src/main/java/fr/iut/sciencequest/view/AccountScreen.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/view/HomeScreen.kt b/android/app/src/main/java/fr/iut/sciencequest/view/HomeScreen.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/view/HomeScreen.kt rename to android/app/src/main/java/fr/iut/sciencequest/view/HomeScreen.kt diff --git a/android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/view/TopBar.kt b/android/app/src/main/java/fr/iut/sciencequest/view/TopBar.kt similarity index 100% rename from android/ScienceQuest/app/src/main/java/fr/iut/sciencequest/view/TopBar.kt rename to android/app/src/main/java/fr/iut/sciencequest/view/TopBar.kt diff --git a/android/ScienceQuest/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/drawable-v24/ic_launcher_foreground.xml rename to android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml diff --git a/android/ScienceQuest/app/src/main/res/drawable/account_circle_outline.xml b/android/app/src/main/res/drawable/account_circle_outline.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/drawable/account_circle_outline.xml rename to android/app/src/main/res/drawable/account_circle_outline.xml diff --git a/android/ScienceQuest/app/src/main/res/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/ic_launcher_background.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/drawable/ic_launcher_background.xml rename to android/app/src/main/res/drawable/ic_launcher_background.xml diff --git a/android/ScienceQuest/app/src/main/res/drawable/menu.xml b/android/app/src/main/res/drawable/menu.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/drawable/menu.xml rename to android/app/src/main/res/drawable/menu.xml diff --git a/android/ScienceQuest/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/android/ScienceQuest/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/android/ScienceQuest/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-hdpi/ic_launcher.webp rename to android/app/src/main/res/mipmap-hdpi/ic_launcher.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp rename to android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-mdpi/ic_launcher.webp rename to android/app/src/main/res/mipmap-mdpi/ic_launcher.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp rename to android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-xhdpi/ic_launcher.webp rename to android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp rename to android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp rename to android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp rename to android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp rename to android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp diff --git a/android/ScienceQuest/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp similarity index 100% rename from android/ScienceQuest/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp rename to android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp diff --git a/android/ScienceQuest/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/values/colors.xml rename to android/app/src/main/res/values/colors.xml diff --git a/android/ScienceQuest/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/values/strings.xml rename to android/app/src/main/res/values/strings.xml diff --git a/android/ScienceQuest/app/src/main/res/values/themes.xml b/android/app/src/main/res/values/themes.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/values/themes.xml rename to android/app/src/main/res/values/themes.xml diff --git a/android/ScienceQuest/app/src/main/res/xml/backup_rules.xml b/android/app/src/main/res/xml/backup_rules.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/xml/backup_rules.xml rename to android/app/src/main/res/xml/backup_rules.xml diff --git a/android/ScienceQuest/app/src/main/res/xml/data_extraction_rules.xml b/android/app/src/main/res/xml/data_extraction_rules.xml similarity index 100% rename from android/ScienceQuest/app/src/main/res/xml/data_extraction_rules.xml rename to android/app/src/main/res/xml/data_extraction_rules.xml diff --git a/android/ScienceQuest/app/src/test/java/fr/iut/sciencequest/ExampleUnitTest.kt b/android/app/src/test/java/fr/iut/sciencequest/ExampleUnitTest.kt similarity index 100% rename from android/ScienceQuest/app/src/test/java/fr/iut/sciencequest/ExampleUnitTest.kt rename to android/app/src/test/java/fr/iut/sciencequest/ExampleUnitTest.kt diff --git a/android/ScienceQuest/build.gradle.kts b/android/build.gradle.kts similarity index 100% rename from android/ScienceQuest/build.gradle.kts rename to android/build.gradle.kts diff --git a/android/ScienceQuest/gradle.properties b/android/gradle.properties similarity index 100% rename from android/ScienceQuest/gradle.properties rename to android/gradle.properties diff --git a/android/ScienceQuest/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from android/ScienceQuest/gradle/wrapper/gradle-wrapper.jar rename to android/gradle/wrapper/gradle-wrapper.jar diff --git a/android/ScienceQuest/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from android/ScienceQuest/gradle/wrapper/gradle-wrapper.properties rename to android/gradle/wrapper/gradle-wrapper.properties diff --git a/android/ScienceQuest/gradlew b/android/gradlew similarity index 100% rename from android/ScienceQuest/gradlew rename to android/gradlew diff --git a/android/ScienceQuest/gradlew.bat b/android/gradlew.bat similarity index 100% rename from android/ScienceQuest/gradlew.bat rename to android/gradlew.bat diff --git a/android/ScienceQuest/settings.gradle.kts b/android/settings.gradle.kts similarity index 100% rename from android/ScienceQuest/settings.gradle.kts rename to android/settings.gradle.kts