Skip to content

Commit bb439b6

Browse files
committed
Remove unused data module from build configuration and clean up README.md
1 parent af73d30 commit bb439b6

10 files changed

Lines changed: 0 additions & 43 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -370,16 +370,6 @@ prevents cascading recompositions from `likeCount` changes.*
370370

371371
---
372372

373-
### 4 · `graphicsLayer` node in the component tree
374-
375-
![graphicsLayer node shown in Layout Inspector component tree](docs/screenshots/graphicslayer_tree.png)
376-
377-
*The Layout Inspector's component tree shows a `GraphicsLayer` wrapper around each card.
378-
This is the draw-phase boundary: everything below it can update without causing the
379-
subtrees above it to recompose.*
380-
381-
---
382-
383373
### 5 · System trace — startup before and after
384374

385375
![System trace comparison: baseline vs optimised startup](docs/screenshots/systrace_startup_comparison.png)

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ baselineProfile {
5757
}
5858

5959
dependencies {
60-
implementation(project(":data"))
6160
implementation(project(":ui"))
6261

6362
implementation(libs.androidx.core.ktx)

data/build.gradle.kts

Lines changed: 0 additions & 23 deletions
This file was deleted.

data/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

data/src/main/java/com/aquib/androidperflab/data/Repository.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.
253 KB
Loading
89.4 KB
Loading
78.2 KB
Loading
257 KB
Loading

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ dependencyResolutionManagement {
2424

2525
rootProject.name = "AndroidPerfLab"
2626
include(":app")
27-
include(":data")
2827
include(":ui")
2928
include(":benchmarks")

0 commit comments

Comments
 (0)