mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Upgrade H2 to 2.2.220.
Columns called "key" and "value" are no longer allowed. MVCC is mandatory.
This commit is contained in:
@@ -14,7 +14,9 @@ dependencies {
|
||||
api "org.briarproject:onionwrapper-core:$onionwrapper_version"
|
||||
|
||||
implementation "org.bouncycastle:bcprov-jdk15to18:$bouncy_castle_version"
|
||||
implementation 'com.h2database:h2:1.4.200' // The last version that doesn't require NIO
|
||||
// 2.2.222 includes a precompiled Java 21 class that breaks the jetifier, so it will require
|
||||
// a Gradle/AGP upgrade
|
||||
implementation 'com.h2database:h2:2.2.220'
|
||||
implementation 'org.bitlet:weupnp:0.1.4'
|
||||
implementation 'net.i2p.crypto:eddsa:0.2.0'
|
||||
implementation 'org.whispersystems:curve25519-java:0.5.0'
|
||||
|
||||
Reference in New Issue
Block a user