mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix YAML parser crashing the app on Kitkat and lower
This commit is contained in:
parent
42484d718a
commit
50a773f456
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ dependencies {
|
||||||
compile 'com.github.salomonbrys.kotson:kotson:2.3.0'
|
compile 'com.github.salomonbrys.kotson:kotson:2.3.0'
|
||||||
|
|
||||||
// YAML
|
// YAML
|
||||||
compile 'org.yaml:snakeyaml:1.17'
|
compile 'com.github.bmoliveira:snake-yaml:v1.18-android'
|
||||||
|
|
||||||
// JavaScript engine
|
// JavaScript engine
|
||||||
compile 'com.squareup.duktape:duktape-android:0.9.5'
|
compile 'com.squareup.duktape:duktape-android:0.9.5'
|
||||||
|
|
Loading…
Reference in a new issue