File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ settings:
1313 - block : ' create("libs")'
1414 contents :
1515 # note that SkipUI overrides the material3 lib within the bom to a newer version - see its skip.yml
16- - ' version("androidx-compose-bom", "2024.11.00 ")'
16+ - ' version("androidx-compose-bom", "2024.12.01 ")'
1717 - ' library("androidx-compose-bom", "androidx.compose", "compose-bom").versionRef("androidx-compose-bom")'
1818 - ' library("androidx-compose-runtime", "androidx.compose.runtime", "runtime").withoutVersion()'
1919
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public final class StateTracking {
8484 }
8585
8686 private static var isMainThread : Bool {
87- // Looper not mocked for Roboelectric and will cause test exceptions, so use `try`
87+ // Looper not mocked for Robolectric and will cause test exceptions, so use `try`
8888 return try ? ( Looper . myLooper ( ) == Looper . getMainLooper ( ) ) ?? false
8989 }
9090 #endif
You can’t perform that action at this time.
0 commit comments