Downgraded SQLite

This commit is contained in:
Ziver Koc 2024-10-01 23:49:57 +02:00
parent aa3c3d05e1
commit f68ec9a8e9

View file

@ -3,7 +3,7 @@
// ------------------------------------
dependencies {
implementation 'org.xerial:sqlite-jdbc:3.46.1.0'
implementation 'org.xerial:sqlite-jdbc:3.42.0.1'
implementation 'org.shredzone.acme4j:acme4j-client:2.12'
implementation 'org.shredzone.acme4j:acme4j-utils:2.12'
}