Package Android binaries, enable desugaring, bump min API level.

FIXME: Desugaring ConcurrentHashMap.newKeySet() requires
desugar_jdk_libs version 2, which requires bumping the Android Gradle
plugin version. This seems to have broken Gradle Witness.
This commit is contained in:
akwizgran
2023-09-05 14:50:23 +01:00
parent bf2de56abe
commit 7b65c63bc9
15 changed files with 65 additions and 624 deletions

View File

@@ -16,7 +16,7 @@ dependencies {
implementation "org.bouncycastle:bcprov-jdk15to18:$bouncy_castle_version"
//noinspection GradleDependency
implementation 'com.h2database:h2:1.4.192' // The last version that supports Java 1.6
implementation 'io.github.willena:sqlite-jdbc:3.41.2.1'
implementation "io.github.willena:sqlite-jdbc:$sqlite_jdbc_crypt_version"
implementation 'org.bitlet:weupnp:0.1.4'
implementation 'net.i2p.crypto:eddsa:0.2.0'
implementation 'org.whispersystems:curve25519-java:0.5.0'