Skip to content

Commit

Permalink
Include ImageEditor from libs in WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiagr committed Mar 23, 2020
1 parent 8cb198d commit 57172cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ androidExtensions {
}

dependencies {
implementation project(':ImageEditor')
implementation project(path:':libs:image-editor::ImageEditor')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// Provided by maven central
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include ':WordPress', ':ImageEditor'
include ':WordPress'
include ':libs:image-editor:ImageEditor'
include ':libs:utils:WordPressUtils'
include ':libs:networking:WordPressNetworking'
include ':libs:analytics:WordPressAnalytics'
Expand Down

0 comments on commit 57172cd

Please sign in to comment.