prepare dependencies

This commit is contained in:
Arne 2023-05-10 10:31:41 +02:00
parent a53922b777
commit 9ebf3baa6b

View file

@ -100,6 +100,7 @@ dependencies {
implementation project(':libs:AXML')
implementation 'com.github.ipld:java-cid:v1.3.1'
implementation 'com.github.woltapp:blurhash:master'
implementation 'org.tomlj:tomlj:1.1.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}