We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1614ca1 + ed660fa commit 2b3694cCopy full SHA for 2b3694c
2 files changed
aztec/build.gradle
@@ -72,6 +72,8 @@ dependencies {
72
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
73
74
implementation 'org.apache.commons:commons-lang3:3.8.1'
75
+
76
+ lintChecks "org.wordpress:lint:$wordpressLintVersion"
77
}
78
79
project.afterEvaluate {
build.gradle
@@ -69,6 +69,7 @@ ext {
69
70
71
ext {
+ // mixed
gradlePluginVersion = '3.3.1'
kotlinCoroutinesVersion = '1.6.4'
tagSoupVersion = '1.2.1'
@@ -80,5 +81,9 @@ ext {
80
81
wordpressUtilsVersion = '3.5.0'
82
espressoVersion = '3.0.1'
83
84
+ // other
85
+ wordpressLintVersion = '2.0.0'
86
87
+ // project
88
aztecProjectDependency = project.hasProperty("aztecVersion") ? "org.wordpress:aztec:${project.getProperty("aztecVersion")}" : project(":aztec")
89
0 commit comments