mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49: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:
@@ -98,6 +98,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround for https://github.com/gradle/gradle/issues/20330 to make gradle-witness work
|
||||
// with Android Gradle Plugin 7.4
|
||||
project.evaluationDependsOn(project.getRootProject().findProject("bramble-android").getPath())
|
||||
|
||||
dependencies {
|
||||
// In theory this dependency shouldn't be needed, but without it Android Studio's linter will
|
||||
// complain about unresolved symbols for bramble-api test classes in briar-android tests,
|
||||
@@ -144,7 +148,7 @@ dependencies {
|
||||
|
||||
compileOnly 'javax.annotation:jsr250-api:1.0'
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.3'
|
||||
|
||||
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
|
||||
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
|
||||
|
||||
Reference in New Issue
Block a user