Skip to content

Commit

Permalink
Android Security Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Oct 20, 2024
1 parent fda640b commit 95df2c9
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 93 deletions.
1 change: 1 addition & 0 deletions android-compose-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ dependencies {
androidTestImplementation(compose.desktop.uiTestJUnit4)
androidTestImplementation(libs.turbine)
androidTestImplementation(libs.leakCanary.android.instrumentation)
lintChecks(libs.android.security.lint)
}
tasks.withType<UploadMappingFileTask>{
dependsOn("processDebugGoogleServices")
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ mockito = "5.14.1"
turbine = "1.1.0"
espresso = "3.6.1"
desugar = "2.1.2"
androidSecurityLint = "1.0.3"
appdirs = "1.2.2"

[libraries]
Expand Down Expand Up @@ -118,6 +119,8 @@ espresso-idling-resource = { module = "androidx.test.espresso:espresso-idling-re

desugar = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar" }

android-security-lint = { module = "com.android.security.lint:lint", version.ref = "androidSecurityLint" }

[plugins]
gradle-convention = { id = "com.softartdev.notedelight.buildlogic.convention", version = "unspecified" }

Expand Down
Loading

0 comments on commit 95df2c9

Please sign in to comment.