Revert "Add support for arm"

This reverts commit 86c0e8da
This commit is contained in:
Zorica Stojchevska 2021-12-23 16:38:52 +01:00
parent 72a6bee0a6
commit 682aeba92e
1 changed files with 0 additions and 10 deletions

View File

@ -21,16 +21,6 @@ buildscript {
initVersions()
repositories(repos)
dependencies(classpathDependencies)
// Room 2.3 use a jdbc not compatible with arm so use the updated one to support
// arm build. Room 2.4 should fix this issue (not stable yet)
allprojects {
configurations.all {
resolutionStrategy {
force("org.xerial:sqlite-jdbc:3.34.0")
}
}
}
}
plugins {