File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 // libs
2828 automatticTracksVersion = ' 5.1.0'
2929 gutenbergMobileVersion = ' v1.120.1'
30- wordPressAztecVersion = ' v2.1.3'
3130 wordPressFluxCVersion = ' trunk-79f2bc35285748c715e00f2a6648ed6831632178'
3231}
3332
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ violationComments = '1.70.0'
8181volley = ' 1.2.1'
8282wiremock = ' 2.26.3'
8383wiremockHttpClient = ' 4.3.5.1'
84+ wordPressAztec = ' v2.1.3'
8485wordPressLint = ' 2.1.0'
8586wordPressLogin = ' 1.16.0'
8687wordPressPersistentEditText = ' 1.0.2'
Original file line number Diff line number Diff line change @@ -66,17 +66,21 @@ dependencies {
6666 exclude group : " com.android.volley"
6767 exclude group : ' org.wordpress' , module : ' utils'
6868 version {
69- strictly wordPressAztecVersion
69+ strictly libs . versions . wordPressAztec . get()
7070 }
7171 }
72- api (" $gradle . ext . aztecAndroidWordPressShortcodesPath :$wordPressAztecVersion " ) {
72+ // TODO: Migrate from composite build path modules to version catalogs (libs.version.toml).
73+ // noinspection UseTomlInstead
74+ api (" $gradle . ext . aztecAndroidWordPressShortcodesPath :${ libs.versions.wordPressAztec.get()} " ) {
7375 version {
74- strictly wordPressAztecVersion
76+ strictly libs . versions . wordPressAztec . get()
7577 }
7678 }
77- api (" $gradle . ext . aztecAndroidWordPressCommentsPath :$wordPressAztecVersion " ) {
79+ // TODO: Migrate from composite build path modules to version catalogs (libs.version.toml).
80+ // noinspection UseTomlInstead
81+ api (" $gradle . ext . aztecAndroidWordPressCommentsPath :${ libs.versions.wordPressAztec.get()} " ) {
7882 version {
79- strictly wordPressAztecVersion
83+ strictly libs . versions . wordPressAztec . get()
8084 }
8185 }
8286
You can’t perform that action at this time.
0 commit comments