Skip to content

Commit 32bdbb1

Browse files
authored
Bump to androidx-compose-bom 2024.12.01 (#9)
1 parent 865bb05 commit 32bdbb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SkipModel/Skip/skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Sources/SkipModel/StateTracking.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)