This commit is contained in:
Vladimir 2020-10-01 18:31:30 +03:00
parent 2fc1dcc3a1
commit b83ce309e5
2 changed files with 0 additions and 9 deletions

View File

@ -13,7 +13,6 @@ dependencies {
implementation project(":logging")
implementation "com.google.android.material:material"
implementation "androidx.constraintlayout:constraintlayout"
implementation "androidx.core:core-ktx"
constraints {
@ -22,11 +21,6 @@ dependencies {
require '1.0.0'
}
}
implementation("androidx.constraintlayout:constraintlayout") {
version {
require '2.0.0-beta4'
}
}
implementation("androidx.core:core-ktx") {
version {
require '1.3.1'

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>