clean
This commit is contained in:
parent
2fc1dcc3a1
commit
b83ce309e5
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
</resources>
|
||||
Loading…
Reference in New Issue