diff --git a/fake-store/build.gradle b/fake-store/build.gradle
index 8cb38cc8fabd1f5cf74111524cb7ecd6da0d73e6..89ce3a0da863c3c2d2009f2578aa8a8a6591f7f6 100644
--- a/fake-store/build.gradle
+++ b/fake-store/build.gradle
@@ -60,8 +60,6 @@ repositories {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
- implementation "com.squareup.okhttp3:okhttp:4.9.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0"
- implementation "com.google.code.gson:gson:2.8.9"
implementation "androidx.core:core-ktx:1.6.0"
}
diff --git a/fake-store/src/main/AndroidManifest.xml b/fake-store/src/main/AndroidManifest.xml
index 401eb2ca33f8f86825a8c6c74da786f3207f2982..53e5f84df7a75e9e87dea391dc9f6985de252370 100644
--- a/fake-store/src/main/AndroidManifest.xml
+++ b/fake-store/src/main/AndroidManifest.xml
@@ -20,7 +20,6 @@
-