Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:wordpress-mobile/WordPress-FluxC-A…
Browse files Browse the repository at this point in the history
…ndroid into analysis/add-missing-nullability-annotations-to-media-client-classes
  • Loading branch information
ParaskP7 committed Oct 25, 2023
2 parents 3334cf0 + 09842f3 commit b93600e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ dependencies {
// Coroutines
implementation sharedLibs.kotlinx.coroutines.core
implementation sharedLibs.kotlinx.coroutines.android

lintChecks sharedLibs.wordpress.lint
}

def loadPropertiesOrUseExampleProperties(fileName, warningDetail) {
Expand Down
2 changes: 2 additions & 0 deletions fluxc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ dependencies {
testImplementation sharedLibs.mockito.kotlin
testImplementation sharedLibs.mockito.inline
testImplementation sharedLibs.assertj.core

lintChecks sharedLibs.wordpress.lint
}

project.afterEvaluate {
Expand Down
2 changes: 2 additions & 0 deletions plugins/woocommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ dependencies {
androidTestImplementation sharedLibs.androidx.test.runner
androidTestImplementation sharedLibs.androidx.test.ext.junit
androidTestImplementation sharedLibs.assertj.core

lintChecks sharedLibs.wordpress.lint
}

project.afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'com.gradle.enterprise' version '3.9'
}

def catalogVersion = "1.14.0"
def catalogVersion = "1.15.0"
dependencyResolutionManagement {
repositories {
exclusiveContent {
Expand Down

0 comments on commit b93600e

Please sign in to comment.