remove unused configuration
This commit is contained in:
parent
7d0e98b437
commit
aa2ed1b01c
|
@ -78,14 +78,6 @@ allprojects {
|
|||
jvmTarget = "11"
|
||||
}
|
||||
}
|
||||
// Workaround to support M1 builds. Room 2.4.0 fixes this but requires min compileSdkVersion
|
||||
// 31 => remove when upgrading to Room 2.4.0
|
||||
// Source: https://issuetracker.google.com/issues/174695268
|
||||
configurations.configureEach {
|
||||
resolutionStrategy {
|
||||
force 'org.xerial:sqlite-jdbc:3.36.0.3'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
apply from: 'gradle/jacoco_project.gradle'
|
||||
|
|
Loading…
Reference in a new issue