Skip to content

Commit

Permalink
Merge pull request #19989 from wordpress-mobile/add/org_wordpress_rea…
Browse files Browse the repository at this point in the history
…ct-native-libraries_repository

Deprecate org.wordpress-mobile dependency group in favor of org.wordpress
  • Loading branch information
oguzkocer authored Jan 19, 2024
2 parents e450383 + 2665165 commit 8cac20d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ updates:
# dependapot.
- dependency-name: "org.wordpress:fluxc"
- dependency-name: "org.wordpress:utils"
# org.wordpress-mobile.gutenberg-mobile is deprecated and org.wordpress.gutenberg-mobile is used instead.
# Temporarily leaving this declaration during transition, but this should be removed soon.
- dependency-name: "org.wordpress-mobile.gutenberg-mobile:react-native-gutenberg-bridge"
- dependency-name: "org.wordpress.gutenberg-mobile:react-native-gutenberg-bridge"
- dependency-name: "org.wordpress:login"
- dependency-name: "com.automattic:stories"
- dependency-name: "com.automattic.stories:mp4compose"
Expand Down
10 changes: 7 additions & 3 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ repositories {
includeGroup "org.wordpress.aztec"
includeGroup "org.wordpress.fluxc"
includeGroup "org.wordpress.wellsql"
includeGroup "org.wordpress-mobile"
includeGroup "org.wordpress-mobile.gutenberg-mobile"
includeGroupByRegex "org.wordpress-mobile.react-native-libraries.*"
includeGroup "org.wordpress.gutenberg-mobile"
includeGroupByRegex "org.wordpress.react-native-libraries.*"
includeGroup "com.automattic"
includeGroup "com.automattic.stories"
includeGroup "com.automattic.tracks"
// 'org.wordpress-mobile' group is deprecated. It's kept for now for smoother transition
// but it should be removed soon (within couple weeks)
includeGroup "org.wordpress-mobile"
includeGroup "org.wordpress-mobile.gutenberg-mobile"
includeGroupByRegex "org.wordpress-mobile.react-native-libraries.*"
}
}
maven {
Expand Down
3 changes: 3 additions & 0 deletions libs/editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ repositories {
content {
includeGroup "org.wordpress"
includeGroup "org.wordpress.aztec"
includeGroupByRegex "org.wordpress.react-native-libraries.*"
// 'org.wordpress-mobile' group is deprecated. It's kept for now for smoother transition
// but it should be removed soon (within couple weeks)
includeGroup "org.wordpress-mobile"
includeGroup "org.wordpress-mobile.gutenberg-mobile"
includeGroupByRegex "org.wordpress-mobile.react-native-libraries.*"
Expand Down

0 comments on commit 8cac20d

Please sign in to comment.