diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 8c5f749..4d31e21 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -53,4 +53,13 @@ dependencies {
implementation("androidx.room:room-ktx:$room_version")
implementation ("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation ("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
+
+ // SQLCipher
+ implementation ("net.zetetic:android-database-sqlcipher:4.5.3@aar")
+ implementation ("androidx.sqlite:sqlite:2.1.0")
+ implementation ("androidx.sqlite:sqlite-framework:2.1.0")
+
+ // Server Upload
+ implementation("com.squareup.okhttp3:okhttp:4.12.0")
+
}
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5dcd779..b08ffec 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,6 +1,8 @@
+
+
()
private val questionnaireFiles = mutableMapOf