From 50a773f456212945a7058bdbbe9854d5cf1685e8 Mon Sep 17 00:00:00 2001 From: len Date: Sun, 3 Jul 2016 21:33:07 +0200 Subject: [PATCH] Fix YAML parser crashing the app on Kitkat and lower --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e1467cc594..274c4daf36 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,7 +118,7 @@ dependencies { compile 'com.github.salomonbrys.kotson:kotson:2.3.0' // YAML - compile 'org.yaml:snakeyaml:1.17' + compile 'com.github.bmoliveira:snake-yaml:v1.18-android' // JavaScript engine compile 'com.squareup.duktape:duktape-android:0.9.5'