File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ dependencies {
7272 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion "
7373
7474 implementation ' org.apache.commons:commons-lang3:3.8.1'
75+
76+ lintChecks " org.wordpress:lint:$wordpressLintVersion "
7577}
7678
7779project. afterEvaluate {
Original file line number Diff line number Diff line change 6969}
7070
7171ext {
72+ // mixed
7273 gradlePluginVersion = ' 3.3.1'
7374 kotlinCoroutinesVersion = ' 1.6.4'
7475 tagSoupVersion = ' 1.2.1'
8081 wordpressUtilsVersion = ' 3.5.0'
8182 espressoVersion = ' 3.0.1'
8283
84+ // other
85+ wordpressLintVersion = ' 2.0.0'
86+
87+ // project
8388 aztecProjectDependency = project. hasProperty(" aztecVersion" ) ? " org.wordpress:aztec:${ project.getProperty("aztecVersion")} " : project(" :aztec" )
8489}
You can’t perform that action at this time.
0 commit comments