Cleanup
diff --git a/baselineprofile/src/main/java/com/airbnb/lottie/baselineprofile/StartupBenchmarks.kt b/baselineprofile/src/main/java/com/airbnb/lottie/baselineprofile/StartupBenchmarks.kt index 41a2d29..f55d70c 100644 --- a/baselineprofile/src/main/java/com/airbnb/lottie/baselineprofile/StartupBenchmarks.kt +++ b/baselineprofile/src/main/java/com/airbnb/lottie/baselineprofile/StartupBenchmarks.kt
@@ -63,15 +63,6 @@ }, measureBlock = { startActivityAndWait() - - // TODO Add interactions to wait for when your app is fully drawn. - // The app is fully drawn when Activity.reportFullyDrawn is called. - // For Jetpack Compose, you can use ReportDrawn, ReportDrawnWhen and ReportDrawnAfter - // from the AndroidX Activity library. - - // Check the UiAutomator documentation for more information on how to - // interact with the app. - // https://d.android.com/training/testing/other-components/ui-automator } ) }
diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 7d00c7d..4ce7907 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle
@@ -40,10 +40,6 @@ baselineProfile { managedDevices += "pixel6Api31" - - // Enables using connected devices to generate profiles. The default is - // `true`. When using connected devices, they must be rooted or API 33 and - // higher. useConnectedDevices = false } @@ -54,9 +50,3 @@ implementation libs.androidx.test.macrobenchmark implementation libs.compose.ui.test.junit } - -//androidComponents { -// beforeVariants(selector().all()) { -// enabled = buildType == "release" -// } -//}
diff --git a/build.gradle b/build.gradle index 0a3cfd2..6e9e7fb 100644 --- a/build.gradle +++ b/build.gradle
@@ -3,12 +3,10 @@ plugins { id "com.android.tools.build" apply false - id "com.android.application" apply false - id "com.android.test" apply false id 'net.ltgt.errorprone' apply false id "com.google.devtools.ksp" apply false id "org.ajoberstar.grgit" apply false - id "org.jetbrains.kotlin.android" apply false + id "org.jetbrains.kotlin.jvm" apply false id "com.vanniktech.maven.publish" apply false id "org.jetbrains.dokka" apply false id "androidx.baselineprofile" apply false