mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add group for dependency, and use latest markwon version
This commit is contained in:
parent
c3480bfd16
commit
5bfba837c1
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ def kotlinCoroutines = "1.5.2"
|
|||
def dagger = "2.40.5"
|
||||
def retrofit = "2.9.0"
|
||||
def arrow = "0.8.2"
|
||||
def markwon = "4.3.1"
|
||||
def markwon = "4.6.2"
|
||||
def moshi = "1.12.0"
|
||||
def lifecycle = "2.4.0"
|
||||
def flowBinding = "1.2.0"
|
||||
|
|
|
@ -179,6 +179,7 @@ ext.groups = [
|
|||
'org.sonatype.oss',
|
||||
'org.testng',
|
||||
'org.threeten',
|
||||
'ru.noties',
|
||||
'xerces',
|
||||
'xml-apis',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue