Skip to content

Commit cbef4e0

Browse files
committed
Build: Move editor related aztec version definition to root
This change also groups 'aztecVersion' to be part of the other library related version definitions on root and has that sit closer to the 'gutenbergMobileVersion' version definition, which is also being utilized mainly on the 'editor' module.
1 parent 8106699 commit cbef4e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins {
1010
ext {
1111
wordPressUtilsVersion = '2.7.0'
1212
wordPressLoginVersion = '0.19.0'
13+
aztecVersion = 'v1.6.0'
1314
gutenbergMobileVersion = 'v1.82.1'
1415
storiesVersion = '1.4.0'
1516
aboutAutomatticVersion = '0.0.6'

libs/editor/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ plugins {
44
id "org.jetbrains.kotlin.plugin.parcelize"
55
}
66

7-
ext.aztecVersion = 'v1.6.0'
8-
97
repositories {
108
maven {
119
url "https://a8c-libs.s3.amazonaws.com/android"

0 commit comments

Comments
 (0)