diff --git a/app/build.gradle b/app/build.gradle
index ac52479a2b3bacb44183d743a4b215d7e1597047..86c9f8eaa29bdda151296654695f6c5fa3a702e9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -126,6 +126,9 @@ dependencies {
     //Retrofit2
     implementation 'com.squareup.retrofit2:retrofit:2.9.0'
 
+    //Gson
+    implementation 'com.google.code.gson:gson:2.10'
+
     //QR
     implementation 'com.google.zxing:core:3.3.3'
     implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
@@ -145,7 +148,7 @@ dependencies {
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
 }
 
-if (getGradle().getStartParameter().getTaskRequests().toString().toLowerCase().contains("gplay")){
+if (getGradle().getStartParameter().getTaskRequests().toString().toLowerCase().contains("gplay")) {
     apply plugin: 'com.google.gms.google-services'
     apply plugin: 'com.google.firebase.crashlytics'
 }
\ No newline at end of file