From 65398535afe5dcc35b6627913542aa243d107ddb Mon Sep 17 00:00:00 2001 From: Cato the Cat Date: Tue, 18 Feb 2025 10:10:11 +0300 Subject: [PATCH] Remove some unused libraries --- gradle/libs.versions.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8b888d1..9fd8def 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,10 +8,8 @@ glide = "4.12.0" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1" -appcompat = "1.6.1" kotlinBom = "1.8.0" lifecycleRuntimeKtx = "2.3.1" -material = "1.10.0" okhttp = "3.12.12" [libraries] @@ -28,10 +26,8 @@ glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } junit = { group = "junit", name = "junit", version.ref = "junit" } ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } -appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlinBom" } lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } -material = { group = "com.google.android.material", name = "material", version.ref = "material" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } okhttp3-integration = { module = "com.github.bumptech.glide:okhttp3-integration", version.ref = "glide" }