remove unused configuration
This commit is contained in:
parent
7d0e98b437
commit
aa2ed1b01c
1 changed files with 0 additions and 8 deletions
|
@ -78,14 +78,6 @@ allprojects {
|
||||||
jvmTarget = "11"
|
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'
|
apply from: 'gradle/jacoco_project.gradle'
|
||||||
|
|
Loading…
Reference in a new issue