Resolve concrete lint and backup configuration issues
This commit is contained in:
@@ -7,6 +7,7 @@ fragmentKtx = "1.8.5"
|
||||
material = "1.10.0"
|
||||
drawerLayout = "1.2.0"
|
||||
recyclerView = "1.3.2"
|
||||
swipeRefreshLayout = "1.1.0"
|
||||
junit = "4.13.2"
|
||||
|
||||
[libraries]
|
||||
@@ -16,6 +17,7 @@ fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref
|
||||
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||||
drawerlayout = { group = "androidx.drawerlayout", name = "drawerlayout", version.ref = "drawerLayout" }
|
||||
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerView" }
|
||||
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swipeRefreshLayout" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
|
||||
[plugins]
|
||||
|
||||
Reference in New Issue
Block a user