Fix up gemini found issues

- bump tools version
- use variants API within baselineProfile block
pull/2135/head
Aurimas Liutikas 2 days ago
parent e3671cd799
commit f27d4db659

@ -66,7 +66,11 @@ android {
}
// Ensure Baseline Profile is fresh for release builds.
baselineProfile.automaticGenerationDuringBuild = true
baselineProfile {
variants.getByName("release") {
automaticGenerationDuringBuild = true
}
}
dependencies {
implementation(projects.feature.interests.api)

@ -3,7 +3,7 @@ accompanist = "0.37.0"
androidDesugarJdkLibs = "2.1.4"
# AGP and tools should be updated together
androidGradlePlugin = "9.2.1"
androidTools = "32.0.0"
androidTools = "32.2.1"
androidxActivity = "1.9.3"
androidxAppCompat = "1.7.0"
androidxBrowser = "1.8.0"

Loading…
Cancel
Save