pull/1778/merge
Tobiloba Oyelekan 6 months ago committed by GitHub
commit a9cbc4dc36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,6 +132,8 @@ dependencies {
androidTestImplementation(libs.kotlin.test)
baselineProfile(projects.benchmarks)
lintChecks(libs.android.security.lint)
}
baselineProfile {

@ -3,6 +3,7 @@ accompanist = "0.37.0"
androidDesugarJdkLibs = "2.1.4"
# AGP and tools should be updated together
androidGradlePlugin = "8.7.3"
androidSecurityLint = "1.0.3"
androidTools = "31.7.3"
androidxActivity = "1.9.3"
androidxAppCompat = "1.7.0"
@ -66,6 +67,7 @@ androidx-compose-ui-test = ["androidx-compose-ui-test", "androidx-compose-ui-tes
[libraries]
accompanist-permissions = { group = "com.google.accompanist", name = "accompanist-permissions", version.ref = "accompanist" }
android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
android-security-lint = { group = "com.android.security.lint", name = "lint", version.ref = "androidSecurityLint" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppCompat" }
androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidxMacroBenchmark" }

Loading…
Cancel
Save