Renamed library modules to reflect maven artifact name
This commit is contained in:
parent
0ec683ad48
commit
76fdbabad0
@ -28,9 +28,9 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation project(':library')
|
implementation project(':markwon')
|
||||||
implementation project(':library-image-loader')
|
implementation project(':markwon-image-loader')
|
||||||
implementation project(':library-syntax')
|
implementation project(':markwon-syntax')
|
||||||
|
|
||||||
deps.with {
|
deps.with {
|
||||||
implementation it['okhttp']
|
implementation it['okhttp']
|
||||||
|
@ -15,7 +15,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
api project(':html-parser-api')
|
api project(':markwon-html-parser-api')
|
||||||
|
|
||||||
deps.with {
|
deps.with {
|
||||||
api it['support-annotations']
|
api it['support-annotations']
|
@ -20,7 +20,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
api project(':library')
|
api project(':markwon')
|
||||||
|
|
||||||
deps.with {
|
deps.with {
|
||||||
api it['android-svg']
|
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 {
|
dependencies {
|
||||||
|
|
||||||
api project(':library')
|
api project(':markwon')
|
||||||
|
|
||||||
deps.with {
|
deps.with {
|
||||||
api it['support-annotations']
|
api it['support-annotations']
|
@ -15,7 +15,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
api project(':library')
|
api project(':markwon')
|
||||||
|
|
||||||
deps.with {
|
deps.with {
|
||||||
compileOnly it['support-app-compat']
|
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