Renamed library modules to reflect maven artifact name

This commit is contained in:
Dimitry Ivanov 2018-08-18 13:35:37 +03:00
parent 0ec683ad48
commit 76fdbabad0
125 changed files with 11 additions and 10 deletions

View File

@ -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']

View File

@ -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']

View File

@ -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']

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -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']

View File

@ -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