fix gradles: remove unused libs

This commit is contained in:
Shcherbatykh Oleg
2026-02-10 14:40:25 +03:00
parent 890e3e9d9f
commit c912b44efc
9 changed files with 14 additions and 33 deletions

View File

@@ -1,15 +1,12 @@
[versions]
compileSdk = "36"
compileSdk = "35"
minSdk = "24"
targetSdk = "36"
targetSdk = "35"
versionName = "1.0"
versionCode = "1"
agp = "8.8.2"
coreKtx = "1.10.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
okhttp = "5.3.2"
@@ -18,9 +15,6 @@ constraintlayout = "2.1.4"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }