mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Revert minSdkVersion to 21 to fix Robolectric tests.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user