Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gradle-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Apr 12, 2024
2 parents c4fd9aa + d4c2e6d commit b0bfb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
lint {
abortOnError = true
warningsAsErrors = true
disable += listOf("GradleDependency", "MissingApplicationIcon")
disable += listOf("AndroidGradlePluginVersion", "GradleDependency", "MissingApplicationIcon")
}
buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
Expand Down

0 comments on commit b0bfb13

Please sign in to comment.