mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
make cloudstream very superfast boi, fast app startup and navigation (#965)
This commit is contained in:
parent
86bc0b8345
commit
faeb71da2c
11 changed files with 48761 additions and 7 deletions
|
@ -9,6 +9,7 @@ plugins {
|
|||
id("com.google.devtools.ksp")
|
||||
id("kotlin-android")
|
||||
id("org.jetbrains.dokka")
|
||||
id("androidx.baselineprofile")
|
||||
}
|
||||
|
||||
val tmpFilePath = System.getProperty("user.home") + "/work/_temp/keystore/"
|
||||
|
@ -232,6 +233,11 @@ dependencies {
|
|||
implementation("androidx.work:work-runtime:2.9.0")
|
||||
implementation("androidx.work:work-runtime-ktx:2.9.0")
|
||||
implementation("com.github.Blatzar:NiceHttp:0.4.11") // HTTP Lib
|
||||
|
||||
// Baseline Profile and Automation
|
||||
implementation("androidx.profileinstaller:profileinstaller:1.3.1")
|
||||
implementation("androidx.test.uiautomator:uiautomator:2.3.0")
|
||||
"baselineProfile"(project(":baselineprofile"))
|
||||
}
|
||||
|
||||
tasks.register("androidSourcesJar", Jar::class) {
|
||||
|
|
24268
app/src/prereleaseRelease/generated/baselineProfiles/baseline-prof.txt
Normal file
24268
app/src/prereleaseRelease/generated/baselineProfiles/baseline-prof.txt
Normal file
File diff suppressed because it is too large
Load diff
24268
app/src/prereleaseRelease/generated/baselineProfiles/startup-prof.txt
Normal file
24268
app/src/prereleaseRelease/generated/baselineProfiles/startup-prof.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue