dont override repos
This commit is contained in:
parent
beae479f58
commit
6fb4082bf8
2 changed files with 6 additions and 6 deletions
|
|
@ -2,3 +2,9 @@ dependencies {
|
|||
implementation(project(":extensions:shared:library"))
|
||||
compileOnly(libs.okhttp)
|
||||
}
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue