removes some trash

This commit is contained in:
2023-10-16 17:13:26 +03:00
parent 4dad863370
commit 889af09beb
5 changed files with 5 additions and 35 deletions
+3 -1
View File
@@ -1,8 +1,9 @@
[versions]
agp = "8.3.0-alpha05"
junit-junit = "4.13.2"
kotlin = "1.9.0"
core-ktx = "1.12.0"
junit = "4.14-SNAPSHOT"
junit = "4.14"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
lifecycle-runtime-ktx = "2.6.2"
@@ -17,6 +18,7 @@ core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
junit-v412 = { module = "junit:junit", version.ref = "junit-junit" }
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle-runtime-ktx" }
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }