We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de310bd commit 94dc3ceCopy full SHA for 94dc3ce
1 file changed
app/build.gradle.kts
@@ -12,7 +12,6 @@ plugins {
12
id("com.mikepenz.aboutlibraries.plugin")
13
kotlin("android")
14
kotlin("kapt")
15
- id("androidx.baselineprofile")
16
}
17
18
// apply realm-android
@@ -428,7 +427,6 @@ dependencies {
428
427
// google guava, maybe fix a bug
429
implementation("com.google.guava:guava:31.1-android")
430
implementation("androidx.profileinstaller:profileinstaller:1.3.0")
431
- "baselineProfile"(project(mapOf("path" to ":baselineprofile")))
432
433
434
val libsuVersion = "5.0.5"
0 commit comments