1
0
Fork 0

Removed SnakeYAML to prevent crashes on older devices (#302)

This commit is contained in:
Dimo Karaivanov 2023-07-11 17:55:24 +03:00 committed by GitHub
parent ec8186b137
commit c4a78c1931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 147 additions and 14 deletions

View file

@ -29,7 +29,6 @@ dependencies {
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.room:room-runtime:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.5.1'
implementation 'org.yaml:snakeyaml:2.0'
}
repositories {