mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Revert minSdkVersion to 21 to fix Robolectric tests.
This commit is contained in:
@@ -13,7 +13,7 @@ android {
|
||||
defaultConfig {
|
||||
// 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)
|
||||
minSdkVersion 23
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 10506
|
||||
versionName "1.5.6"
|
||||
|
||||
@@ -31,7 +31,7 @@ android {
|
||||
defaultConfig {
|
||||
// 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)
|
||||
minSdkVersion 23
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 10506
|
||||
versionName "1.5.6"
|
||||
|
||||
Reference in New Issue
Block a user