Skip to content

Commit

Permalink
Change dependency naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Oct 25, 2023
1 parent 09d2685 commit 9353e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {

implementation libs.xanscale.localhost.toolkit
implementation libs.lottie
implementation libs.markwon
implementation libs.markwon.core
implementation libs.commons.io
//arcview to fragment_dashboard
implementation libs.shapeofview
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCore
mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockitoInline" }

lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
markwon = { module = "io.noties.markwon:core", version.ref = "markwon" }
markwon-core = { module = "io.noties.markwon:core", version.ref = "markwon" }
retrofit-converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofitCore" }
retrofit-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "retrofitLoggingInterceptor" }
retrofit-lib = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofitCore" }
Expand Down

0 comments on commit 9353e64

Please sign in to comment.