diff --git a/Project/android/app/build.gradle.kts b/Project/android/app/build.gradle.kts
index b659e6c..fac4187 100644
--- a/Project/android/app/build.gradle.kts
+++ b/Project/android/app/build.gradle.kts
@@ -60,6 +60,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.ui:ui-tooling-preview-android:1.6.3")
+ implementation("androidx.navigation:navigation-compose:2.7.7")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
diff --git a/Project/android/app/src/main/res/values/strings.xml b/Project/android/app/src/main/res/values/strings.xml
index dd9179f..10230af 100644
--- a/Project/android/app/src/main/res/values/strings.xml
+++ b/Project/android/app/src/main/res/values/strings.xml
@@ -5,4 +5,7 @@
Log In
Log Out
Password
+ Picture representing vocabulary
+ Created by
+ Unknown
\ No newline at end of file