Update prism4j version 1.1.0
This commit is contained in:
parent
9e8ed10e70
commit
70b5b103f3
@ -25,8 +25,7 @@ import ru.noties.prism4j.Prism4j;
|
|||||||
import ru.noties.prism4j.annotations.PrismBundle;
|
import ru.noties.prism4j.annotations.PrismBundle;
|
||||||
|
|
||||||
@Module
|
@Module
|
||||||
@PrismBundle(include = {"c", "clojure", "cpp", "csharp", "css", "dart", "git", "go", "java",
|
@PrismBundle(includeAll = true)
|
||||||
"javascript", "json", "kotlin", "latex", "makefile", "markup", "python", "sql", "yaml"})
|
|
||||||
class AppModule {
|
class AppModule {
|
||||||
|
|
||||||
private final App app;
|
private final App app;
|
||||||
|
@ -50,6 +50,6 @@ ext {
|
|||||||
ANDROID_GIF = 'pl.droidsonroids.gif:android-gif-drawable:1.2.14'
|
ANDROID_GIF = 'pl.droidsonroids.gif:android-gif-drawable:1.2.14'
|
||||||
OK_HTTP = 'com.squareup.okhttp3:okhttp:3.9.0'
|
OK_HTTP = 'com.squareup.okhttp3:okhttp:3.9.0'
|
||||||
|
|
||||||
PRISM_4J = 'ru.noties:prism4j:1.0.0'
|
PRISM_4J = 'ru.noties:prism4j:1.1.0'
|
||||||
PRISM_4J_BUNDLER = 'ru.noties:prism4j-bundler:1.0.1'
|
PRISM_4J_BUNDLER = 'ru.noties:prism4j-bundler:1.1.0'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user