|
|
|
@ -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" }
|
|
|
|
|