From 70b5b103f38f9a53b1843ce3cb068679db8c8b9c Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Mon, 23 Jul 2018 15:09:57 +0300 Subject: [PATCH] Update prism4j version 1.1.0 --- app/src/main/java/ru/noties/markwon/AppModule.java | 3 +-- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/ru/noties/markwon/AppModule.java b/app/src/main/java/ru/noties/markwon/AppModule.java index e4797f90..3e2f3967 100644 --- a/app/src/main/java/ru/noties/markwon/AppModule.java +++ b/app/src/main/java/ru/noties/markwon/AppModule.java @@ -25,8 +25,7 @@ import ru.noties.prism4j.Prism4j; import ru.noties.prism4j.annotations.PrismBundle; @Module -@PrismBundle(include = {"c", "clojure", "cpp", "csharp", "css", "dart", "git", "go", "java", - "javascript", "json", "kotlin", "latex", "makefile", "markup", "python", "sql", "yaml"}) +@PrismBundle(includeAll = true) class AppModule { private final App app; diff --git a/build.gradle b/build.gradle index 08a49161..c0b701ed 100644 --- a/build.gradle +++ b/build.gradle @@ -50,6 +50,6 @@ ext { ANDROID_GIF = 'pl.droidsonroids.gif:android-gif-drawable:1.2.14' OK_HTTP = 'com.squareup.okhttp3:okhttp:3.9.0' - PRISM_4J = 'ru.noties:prism4j:1.0.0' - PRISM_4J_BUNDLER = 'ru.noties:prism4j-bundler:1.0.1' + PRISM_4J = 'ru.noties:prism4j:1.1.0' + PRISM_4J_BUNDLER = 'ru.noties:prism4j-bundler:1.1.0' }