新增 Baseline Profile 增加冷启动性能
This commit is contained in:
@@ -9,6 +9,7 @@ plugins {
|
||||
alias(libs.plugins.room)
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.google.services)
|
||||
alias(libs.plugins.baselineprofile)
|
||||
}
|
||||
|
||||
apply(from = "download.gradle")
|
||||
@@ -168,6 +169,8 @@ ksp {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.androidx.profileinstaller)
|
||||
"baselineProfile"(project(":baselineprofile"))
|
||||
coreLibraryDesugaring(libs.desugar)
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.bundles.androidTest)
|
||||
|
||||
Reference in New Issue
Block a user