Renamed library modules to reflect maven artifact name
This commit is contained in:
parent
0ec683ad48
commit
76fdbabad0
@ -28,9 +28,9 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation project(':library')
|
||||
implementation project(':library-image-loader')
|
||||
implementation project(':library-syntax')
|
||||
implementation project(':markwon')
|
||||
implementation project(':markwon-image-loader')
|
||||
implementation project(':markwon-syntax')
|
||||
|
||||
deps.with {
|
||||
implementation it['okhttp']
|
||||
|
@ -15,7 +15,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
api project(':html-parser-api')
|
||||
api project(':markwon-html-parser-api')
|
||||
|
||||
deps.with {
|
||||
api it['support-annotations']
|
@ -20,7 +20,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
api project(':library')
|
||||
api project(':markwon')
|
||||
|
||||
deps.with {
|
||||
api it['android-svg']
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@ -15,7 +15,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
api project(':library')
|
||||
api project(':markwon')
|
||||
|
||||
deps.with {
|
||||
api it['support-annotations']
|
@ -15,7 +15,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
api project(':library')
|
||||
api project(':markwon')
|
||||
|
||||
deps.with {
|
||||
compileOnly it['support-app-compat']
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user