mirror of
https://github.com/briar/briar.git
synced 2025-12-23 23:37:43 -05: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