|
|
|
@ -579,7 +579,7 @@ dependencies {
|
|
|
|
|
def playservicesbasement_version = "18.4.0";
|
|
|
|
|
def transparency_version = "2.5.49"
|
|
|
|
|
def javamail_version = "1.6.7"
|
|
|
|
|
def jsoup_version = "1.17.2"
|
|
|
|
|
def jsoup_version = "1.17.2" // 1.18.1
|
|
|
|
|
def jsonpath_version = "2.9.0"
|
|
|
|
|
def css_version = "0.9.30"
|
|
|
|
|
def jax_version = "2.3.0-jaxb-1.0.6"
|
|
|
|
@ -592,6 +592,7 @@ dependencies {
|
|
|
|
|
def relinker_version = "1.4.5"
|
|
|
|
|
def markwon_version = "4.6.2"
|
|
|
|
|
def commonmark_version = "0.22.0"
|
|
|
|
|
def flexmark_version = "0.64.8"
|
|
|
|
|
def bouncycastle_version = "1.78.1"
|
|
|
|
|
def colorpicker_version = "0.0.15"
|
|
|
|
|
def overscroll_version = "1.1.1"
|
|
|
|
@ -816,7 +817,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
// https://github.com/vsch/flexmark-java
|
|
|
|
|
// https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark
|
|
|
|
|
implementation "com.vladsch.flexmark:flexmark-html2md-converter:0.64.8"
|
|
|
|
|
implementation "com.vladsch.flexmark:flexmark-html2md-converter:$flexmark_version"
|
|
|
|
|
|
|
|
|
|
// // https://github.com/QuadFlask/colorpicker
|
|
|
|
|
//implementation "com.github.QuadFlask:colorpicker:$colorpicker_version"
|
|
|
|
|