Revert minSdkVersion to 21 to fix Robolectric tests.

This commit is contained in:
akwizgran
2023-09-05 17:29:05 +01:00
parent f3050f9fb8
commit a872851a78
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ android {
defaultConfig { defaultConfig {
// FIXME: sqlite-jdbc-crypt uses __register_atfork which is only available on API >= 23. // FIXME: sqlite-jdbc-crypt uses __register_atfork which is only available on API >= 23.
// We might be able to solve this by recompiling (or asking upstream to recompile) // We might be able to solve this by recompiling (or asking upstream to recompile)
minSdkVersion 23 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 10506 versionCode 10506
versionName "1.5.6" versionName "1.5.6"

View File

@@ -31,7 +31,7 @@ android {
defaultConfig { defaultConfig {
// FIXME: sqlite-jdbc-crypt uses __register_atfork which is only available on API >= 23. // FIXME: sqlite-jdbc-crypt uses __register_atfork which is only available on API >= 23.
// We might be able to solve this by recompiling (or asking upstream to recompile) // We might be able to solve this by recompiling (or asking upstream to recompile)
minSdkVersion 23 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 10506 versionCode 10506
versionName "1.5.6" versionName "1.5.6"