diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index bebf8e6d548c0b2dee13a796a99615126e882eb6..4381cfbe8b9e0969b937d55968307af2ce0ecab7 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -18,6 +18,8 @@ android {
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
     }
 
+//
+
     buildTypes {
         release {
             isMinifyEnabled = true
@@ -55,4 +57,5 @@ dependencies {
     testImplementation("junit:junit:4.13.2")
     androidTestImplementation("androidx.test.ext:junit:1.1.5")
     androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
+
 }
\ No newline at end of file