Skip to content

Commit

Permalink
Build: Remove unnecessary wordpress analytics module level
Browse files Browse the repository at this point in the history
Everything within the 'WordPressAnalytics' module ('build.gradle' +
'src') is now moved to the new root 'analytics' module.

With this change the new 'analytics' module is effectively and
completely disassociated from the 'WordPress-Analytics-Android' repo.

URL: https://github.com/wordpress-mobile/WordPress-Analytics-Android
  • Loading branch information
ParaskP7 committed Jun 14, 2022
1 parent 6e421a8 commit 206995f
Show file tree
Hide file tree
Showing 10 changed files with 2 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 @@ -467,7 +467,7 @@ dependencies {
exclude group: "com.android.volley"
exclude group: 'org.wordpress', module: 'utils'
}
implementation (project(path:':libs:analytics:WordPressAnalytics')) {
implementation (project(path:':libs:analytics')) {
exclude group: 'org.wordpress', module: 'utils'
}
implementation (project(path:':libs:editor:WordPressEditor')) {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ include ':WordPress'

include ':libs:image-editor:ImageEditor'
include ':libs:networking:WordPressNetworking'
include ':libs:analytics:WordPressAnalytics'
include ':libs:analytics'
include ':libs:editor:WordPressEditor'
include ':libs:WordPressProcessors'
include ':libs:WordPressAnnotations'
Expand Down

0 comments on commit 206995f

Please sign in to comment.