Revert "make cloudstream very superfast boi, fast app startup and navigation …"

This reverts commit faeb71da2c.
This commit is contained in:
firelight 2024-03-22 23:05:42 +01:00 committed by GitHub
parent faeb71da2c
commit 04285b6ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 7 additions and 48761 deletions

View file

@ -9,7 +9,6 @@ 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/"
@ -233,11 +232,6 @@ 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) {