|
|
|
@ -572,7 +572,7 @@ dependencies {
|
|
|
|
|
def jsonpath_version = "2.9.0"
|
|
|
|
|
def css_version = "0.9.30"
|
|
|
|
|
def jax_version = "2.3.0-jaxb-1.0.6"
|
|
|
|
|
def minidns_version = "1.0.4"
|
|
|
|
|
def minidns_version = "1.0.5"
|
|
|
|
|
def openpgp_version = "12.0"
|
|
|
|
|
def badge_version = "1.1.22"
|
|
|
|
|
def bugsnag_version = "6.1.0"
|
|
|
|
@ -580,8 +580,8 @@ dependencies {
|
|
|
|
|
def vcard_version = "0.12.1"
|
|
|
|
|
def relinker_version = "1.4.5"
|
|
|
|
|
def markwon_version = "4.6.2"
|
|
|
|
|
def commonmark_version = "0.21.0"
|
|
|
|
|
def bouncycastle_version = "1.77"
|
|
|
|
|
def commonmark_version = "0.22.0"
|
|
|
|
|
def bouncycastle_version = "1.78"
|
|
|
|
|
def colorpicker_version = "0.0.15"
|
|
|
|
|
def overscroll_version = "1.1.1"
|
|
|
|
|
def appauth_version = "0.11.1"
|
|
|
|
@ -591,9 +591,9 @@ dependencies {
|
|
|
|
|
def reactivestreams_version = "1.0.3"
|
|
|
|
|
def rxjava2_version = "2.2.21"
|
|
|
|
|
def svg_version = "1.4"
|
|
|
|
|
def compress_version = "1.25.0"
|
|
|
|
|
def ipaddress_version = "5.4.0"
|
|
|
|
|
def canary_version = "2.13"
|
|
|
|
|
def compress_version = "1.26.1"
|
|
|
|
|
def ipaddress_version = "5.5.0"
|
|
|
|
|
def canary_version = "2.14"
|
|
|
|
|
def ws_version = "2.14"
|
|
|
|
|
def tinylog_version = "2.6.2"
|
|
|
|
|
def zxing_version = "3.5.3"
|
|
|
|
@ -698,7 +698,8 @@ dependencies {
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.work/work-runtime
|
|
|
|
|
implementation "androidx.work:work-runtime:$work_version"
|
|
|
|
|
// implementation "com.google.guava:listenablefuture:1.0"
|
|
|
|
|
implementation "com.google.guava:guava:31.1-android" // ListenableFuture
|
|
|
|
|
// https://mvnrepository.com/artifact/com.google.guava/guava
|
|
|
|
|
implementation "com.google.guava:guava:33.1.0-android" // ListenableFuture
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.exifinterface/exifinterface
|
|
|
|
|
implementation "androidx.exifinterface:exifinterface:$exif_version"
|
|
|
|
@ -711,7 +712,7 @@ dependencies {
|
|
|
|
|
// https://android-developers.googleblog.com/2020/06/meet-google-play-billing-library.html
|
|
|
|
|
playImplementation "com.android.billingclient:billing:$billingclient_version"
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/com.google.android.gms/play-services-base
|
|
|
|
|
// https://mvnrepository.com/artifact/com.google.android.gms/play-services-basement
|
|
|
|
|
githubImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
|
|
|
|
largeImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
|
|
|
|
playImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
|
|
|
@ -799,6 +800,7 @@ dependencies {
|
|
|
|
|
implementation "org.commonmark:commonmark-ext-gfm-strikethrough:$commonmark_version";
|
|
|
|
|
|
|
|
|
|
// https://github.com/vsch/flexmark-java
|
|
|
|
|
// https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark
|
|
|
|
|
implementation "com.vladsch.flexmark:flexmark-html2md-converter:0.64.8"
|
|
|
|
|
|
|
|
|
|
// // https://github.com/QuadFlask/colorpicker
|
|
|
|
|